Html Css Color HEX #D4372B Persian Red

📋 copy color: '#D4372B'

red 212 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #D4372B

Tints of Persian Red #D4372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 68.39%
G = 17.74%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4372B (or 0xD4372B) is known color: Persian Red. HEX triplet: D4, 37 and 2B. RGB value is (212,55,43). Sum of RGB (Red+Green+Blue) = 212+55+43=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4372B is #2BC8D4. Grayscale: #646464. Windows color (decimal): -2869461 or 2832340. OLE color: 2832340.

HSL color Cylindrical-coordinate representation of color #D4372B: hue angle of 4.26º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4372B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 55 43 -
CMYK 0 0.74 0.80 0.17
HSL 4.26º 0.66% 0.5% -
HSV(B) 4.26º 0.8% 0.83% -
XYZ 28.95 16.9 4.02 -
YUV 100.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 212 55 43 0 0.74 0.80 0.17 4.26 0.66 0.5
Hex D4 37 2B 0 4A 50 11 4 42 32
Octal 324 67 53 0 112 120 21 4 102 62
Binary 11010100 110111 101011 0 1001010 1010000 10001 100 1000010 110010

Color Harmonies of #D4372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4372B

Black with #D4372B

Text Example


Text Example

White with #D4372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4372B; }

 p { color: rgb(212,55,43); }

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

background-color css

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

 a { background-color: rgb(212,55,43); }

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

border-color css

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

 span { border-color: rgb(212,55,43); }

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