Html Css Color HEX #D9372C Persian Red

📋 copy color: '#D9372C'

red 217 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #D9372C

Tints of Persian Red #D9372C

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

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

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

R = 68.67%
G = 17.41%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9372C (or 0xD9372C) is known color: Persian Red. HEX triplet: D9, 37 and 2C. RGB value is (217,55,44). Sum of RGB (Red+Green+Blue) = 217+55+44=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9372C is #26C8D3. Grayscale: #666666. Windows color (decimal): -2541780 or 2897881. OLE color: 2897881.

HSL color Cylindrical-coordinate representation of color #D9372C: hue angle of 3.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9372C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 55 44 -
CMYK 0 0.75 0.80 0.15
HSL 3.82º 0.69% 0.51% -
HSV(B) 3.82º 0.8% 0.85% -
XYZ 30.44 17.67 4.19 -
YUV 102.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 217 55 44 0 0.75 0.80 0.15 3.82 0.69 0.51
Hex D9 37 2C 0 4B 50 F 4 45 33
Octal 331 67 54 0 113 120 17 4 105 63
Binary 11011001 110111 101100 0 1001011 1010000 1111 100 1000101 110011

Color Harmonies of #D9372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9372C

Black with #D9372C

Text Example


Text Example

White with #D9372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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