Html Css Color HEX #D02421 Persian Red

📋 copy color: '#D02421'

red 208 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D02421

Tints of Persian Red #D02421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 75.09%
G = 13%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02421 (or 0xD02421) is known color: Persian Red. HEX triplet: D0, 24 and 21. RGB value is (208,36,33). Sum of RGB (Red+Green+Blue) = 208+36+33=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D02421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02421 is #2FDBDE. Grayscale: #575757. Windows color (decimal): -3136479 or 2172112. OLE color: 2172112.

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

Color convert

RGB 208 36 33 -
CMYK 0 0.83 0.84 0.18
HSL 1.03º 0.73% 0.47% -
HSV(B) 1.03º 0.84% 0.82% -
XYZ 26.92 14.78 2.87 -
YUV 87.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 208 36 33 0 0.83 0.84 0.18 1.03 0.73 0.47
Hex D0 24 21 0 53 54 12 1 49 2F
Octal 320 44 41 0 123 124 22 1 111 57
Binary 11010000 100100 100001 0 1010011 1010100 10010 1 1001001 101111

Color Harmonies of #D02421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02421

Black with #D02421

Text Example


Text Example

White with #D02421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02421; }

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

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

background-color css

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

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

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

border-color css

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

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

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