Html Css Color HEX #D02221 Persian Red

📋 copy color: '#D02221'

red 208 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #D02221

Tints of Persian Red #D02221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

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

R = 75.64%
G = 12.36%
B = 12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02221 (or 0xD02221) is known color: Persian Red. HEX triplet: D0, 22 and 21. RGB value is (208,34,33). Sum of RGB (Red+Green+Blue) = 208+34+33=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D02221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02221 is #2FDDDE. Grayscale: #565656. Windows color (decimal): -3136991 or 2171600. OLE color: 2171600.

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

Color convert

RGB 208 34 33 -
CMYK 0 0.84 0.84 0.18
HSL 0.34º 0.73% 0.47% -
HSV(B) 0.34º 0.84% 0.82% -
XYZ 26.86 14.66 2.85 -
YUV 85.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 208 34 33 0 0.84 0.84 0.18 0.34 0.73 0.47
Hex D0 22 21 0 54 54 12 0 49 2F
Octal 320 42 41 0 124 124 22 0 111 57
Binary 11010000 100010 100001 0 1010100 1010100 10010 0 1001001 101111

Color Harmonies of #D02221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02221

Black with #D02221

Text Example


Text Example

White with #D02221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02221; }

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

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

background-color css

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

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

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

border-color css

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

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

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