Html Css Color HEX #D4372C Persian Red

📋 copy color: '#D4372C'

red 212 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #D4372C

Tints of Persian Red #D4372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 68.17%
G = 17.68%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4372C (or 0xD4372C) is known color: Persian Red. HEX triplet: D4, 37 and 2C. RGB value is (212,55,44). Sum of RGB (Red+Green+Blue) = 212+55+44=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4372C is #2BC8D3. Grayscale: #646464. Windows color (decimal): -2869460 or 2897876. OLE color: 2897876.

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

Color convert

RGB 212 55 44 -
CMYK 0 0.74 0.79 0.17
HSL 3.93º 0.66% 0.5% -
HSV(B) 3.93º 0.79% 0.83% -
XYZ 28.97 16.91 4.12 -
YUV 100.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 212 55 44 0 0.74 0.79 0.17 3.93 0.66 0.5
Hex D4 37 2C 0 4A 4F 11 4 42 32
Octal 324 67 54 0 112 117 21 4 102 62
Binary 11010100 110111 101100 0 1001010 1001111 10001 100 1000010 110010

Color Harmonies of #D4372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4372C

Black with #D4372C

Text Example


Text Example

White with #D4372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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