Html Css Color HEX #D02424 Persian Red

📋 copy color: '#D02424'

red 208 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #D02424

Tints of Persian Red #D02424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

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

R = 74.29%
G = 12.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02424 (or 0xD02424) is known color: Persian Red. HEX triplet: D0, 24 and 24. RGB value is (208,36,36). Sum of RGB (Red+Green+Blue) = 208+36+36=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D02424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02424 is #2FDBDB. Grayscale: #575757. Windows color (decimal): -3136476 or 2368720. OLE color: 2368720.

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

Color convert

RGB 208 36 36 -
CMYK 0 0.83 0.83 0.18
HSL 0.7% 0.48% -
HSV(B) 0.83% 0.82% -
XYZ 26.96 14.8 3.1 -
YUV 87.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 208 36 36 0 0.83 0.83 0.18 0 0.7 0.48
Hex D0 24 24 0 53 53 12 0 46 30
Octal 320 44 44 0 123 123 22 0 106 60
Binary 11010000 100100 100100 0 1010011 1010011 10010 0 1000110 110000

Color Harmonies of #D02424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02424

Black with #D02424

Text Example


Text Example

White with #D02424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02424; }

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

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

background-color css

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

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

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

border-color css

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

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

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