Html Css Color HEX #D02821 Persian Red

📋 copy color: '#D02821'

red 208 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #D02821

Tints of Persian Red #D02821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 74.02%
G = 14.23%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02821 (or 0xD02821) is known color: Persian Red. HEX triplet: D0, 28 and 21. RGB value is (208,40,33). Sum of RGB (Red+Green+Blue) = 208+40+33=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D02821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02821 is #2FD7DE. Grayscale: #595959. Windows color (decimal): -3135455 or 2173136. OLE color: 2173136.

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

Color convert

RGB 208 40 33 -
CMYK 0 0.81 0.84 0.18
HSL 2.4º 0.73% 0.47% -
HSV(B) 2.4º 0.84% 0.82% -
XYZ 27.05 15.04 2.92 -
YUV 89.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 208 40 33 0 0.81 0.84 0.18 2.4 0.73 0.47
Hex D0 28 21 0 51 54 12 2 49 2F
Octal 320 50 41 0 121 124 22 2 111 57
Binary 11010000 101000 100001 0 1010001 1010100 10010 10 1001001 101111

Color Harmonies of #D02821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02821

Black with #D02821

Text Example


Text Example

White with #D02821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02821; }

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

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

background-color css

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

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

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

border-color css

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

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

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