Html Css Color HEX #D4312F Persian Red

📋 copy color: '#D4312F'

red 212 ◦ green 49 ◦ blue 47

#D4312F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D4312F

Tints of Persian Red #D4312F

RGB

 RED value IS 212 (83.2% from 255) = 68.83%

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 68.83%
G = 15.91%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4312F (or 0xD4312F) is known color: Persian Red. HEX triplet: D4, 31 and 2F. RGB value is (212,49,47). Sum of RGB (Red+Green+Blue) = 212+49+47=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4312F is #2BCED0. Grayscale: #616161. Windows color (decimal): -2870993 or 3092948. OLE color: 3092948.

HSL color Cylindrical-coordinate representation of color #D4312F: hue angle of 0.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4312F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 47 -
CMYK 0 0.77 0.78 0.17
HSL 0.73º 0.66% 0.51% -
HSV(B) 0.73º 0.78% 0.83% -
XYZ 28.76 16.4 4.34 -
YUV 97.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 212 49 47 0 0.77 0.78 0.17 0.73 0.66 0.51
Hex D4 31 2F 0 4D 4E 11 1 42 33
Octal 324 61 57 0 115 116 21 1 102 63
Binary 11010100 110001 101111 0 1001101 1001110 10001 1 1000010 110011

Color Harmonies of #D4312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4312F

Black with #D4312F

Text Example


Text Example

White with #D4312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4312F; }

 p { color: rgb(212,49,47); }

 H1.HeaderClassName
 {
   color: #D4312F;
 }
 .AnyTagClassName
 {
   color: #D4312F;
 }
</style>

background-color css

<style>
 a { background-color: #D4312F; }

 a { background-color: rgb(212,49,47); }

 div.DivClassName
 {
   background-color: #D4312F;
 }
 .BgClassName
 {
   background-color: #D4312F;
 }
</style>

border-color css

<style>
 span { border-color: #D4312F; }

 span { border-color: rgb(212,49,47); }

 td.TdClassName
 {
   border-color: #D4312F;
 }
 .TagClassName
 {
   border-color: #D4312F;
 }
</style>