Html Css Color HEX #D02D24 Persian Red

📋 copy color: '#D02D24'

red 208 ◦ green 45 ◦ blue 36

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

Shades of Persian Red #D02D24

Tints of Persian Red #D02D24

RGB

 RED value IS 208 (81.64% from 255) = 71.97%

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 71.97%
G = 15.57%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02D24 (or 0xD02D24) is known color: Persian Red. HEX triplet: D0, 2D and 24. RGB value is (208,45,36). Sum of RGB (Red+Green+Blue) = 208+45+36=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D24 is #2FD2DB. Grayscale: #5C5C5C. Windows color (decimal): -3134172 or 2371024. OLE color: 2371024.

HSL color Cylindrical-coordinate representation of color #D02D24: hue angle of 3.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02D24 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 36 -
CMYK 0 0.78 0.83 0.18
HSL 3.14º 0.7% 0.48% -
HSV(B) 3.14º 0.83% 0.82% -
XYZ 27.27 15.41 3.21 -
YUV 92.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 208 45 36 0 0.78 0.83 0.18 3.14 0.7 0.48
Hex D0 2D 24 0 4E 53 12 3 46 30
Octal 320 55 44 0 116 123 22 3 106 60
Binary 11010000 101101 100100 0 1001110 1010011 10010 11 1000110 110000

Color Harmonies of #D02D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D24

Black with #D02D24

Text Example


Text Example

White with #D02D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D24; }

 p { color: rgb(208,45,36); }

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

background-color css

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

 a { background-color: rgb(208,45,36); }

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

border-color css

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

 span { border-color: rgb(208,45,36); }

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