Html Css Color HEX #D9352C Persian Red

📋 copy color: '#D9352C'

red 217 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #D9352C

Tints of Persian Red #D9352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 69.11%
G = 16.88%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9352C (or 0xD9352C) is known color: Persian Red. HEX triplet: D9, 35 and 2C. RGB value is (217,53,44). Sum of RGB (Red+Green+Blue) = 217+53+44=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9352C is #26CAD3. Grayscale: #656565. Windows color (decimal): -2542292 or 2897369. OLE color: 2897369.

HSL color Cylindrical-coordinate representation of color #D9352C: hue angle of 3.12º 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 #D9352C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 44 -
CMYK 0 0.76 0.80 0.15
HSL 3.12º 0.69% 0.51% -
HSV(B) 3.12º 0.8% 0.85% -
XYZ 30.34 17.48 4.16 -
YUV 101.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 217 53 44 0 0.76 0.80 0.15 3.12 0.69 0.51
Hex D9 35 2C 0 4C 50 F 3 45 33
Octal 331 65 54 0 114 120 17 3 105 63
Binary 11011001 110101 101100 0 1001100 1010000 1111 11 1000101 110011

Color Harmonies of #D9352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9352C

Black with #D9352C

Text Example


Text Example

White with #D9352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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