Html Css Color HEX #D02824 Persian Red

📋 copy color: '#D02824'

red 208 ◦ green 40 ◦ blue 36

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

Shades of Persian Red #D02824

Tints of Persian Red #D02824

RGB

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

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

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

R = 73.24%
G = 14.08%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02824 (or 0xD02824) is known color: Persian Red. HEX triplet: D0, 28 and 24. RGB value is (208,40,36). Sum of RGB (Red+Green+Blue) = 208+40+36=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D02824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02824 is #2FD7DB. Grayscale: #595959. Windows color (decimal): -3135452 or 2369744. OLE color: 2369744.

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

Color convert

RGB 208 40 36 -
CMYK 0 0.81 0.83 0.18
HSL 1.4º 0.7% 0.48% -
HSV(B) 1.4º 0.83% 0.82% -
XYZ 27.09 15.05 3.15 -
YUV 89.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 208 40 36 0 0.81 0.83 0.18 1.4 0.7 0.48
Hex D0 28 24 0 51 53 12 1 46 30
Octal 320 50 44 0 121 123 22 1 106 60
Binary 11010000 101000 100100 0 1010001 1010011 10010 1 1000110 110000

Color Harmonies of #D02824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02824

Black with #D02824

Text Example


Text Example

White with #D02824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02824; }

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

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

background-color css

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

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

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

border-color css

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

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

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