Html Css Color HEX #D02F24 Persian Red

📋 copy color: '#D02F24'

red 208 ◦ green 47 ◦ blue 36

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

Shades of Persian Red #D02F24

Tints of Persian Red #D02F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 71.48%
G = 16.15%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02F24 (or 0xD02F24) is known color: Persian Red. HEX triplet: D0, 2F and 24. RGB value is (208,47,36). Sum of RGB (Red+Green+Blue) = 208+47+36=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F24 is #2FD0DB. Grayscale: #5E5E5E. Windows color (decimal): -3133660 or 2371536. OLE color: 2371536.

HSL color Cylindrical-coordinate representation of color #D02F24: hue angle of 3.84º 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 #D02F24 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 36 -
CMYK 0 0.77 0.83 0.18
HSL 3.84º 0.7% 0.48% -
HSV(B) 3.84º 0.83% 0.82% -
XYZ 27.35 15.57 3.23 -
YUV 93.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 208 47 36 0 0.77 0.83 0.18 3.84 0.7 0.48
Hex D0 2F 24 0 4D 53 12 4 46 30
Octal 320 57 44 0 115 123 22 4 106 60
Binary 11010000 101111 100100 0 1001101 1010011 10010 100 1000110 110000

Color Harmonies of #D02F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F24

Black with #D02F24

Text Example


Text Example

White with #D02F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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