Html Css Color HEX #D03024 Persian Red

📋 copy color: '#D03024'

red 208 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #D03024

Tints of Persian Red #D03024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

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

R = 71.23%
G = 16.44%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03024 (or 0xD03024) is known color: Persian Red. HEX triplet: D0, 30 and 24. RGB value is (208,48,36). Sum of RGB (Red+Green+Blue) = 208+48+36=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D03024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03024 is #2FCFDB. Grayscale: #5E5E5E. Windows color (decimal): -3133404 or 2371792. OLE color: 2371792.

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

Color convert

RGB 208 48 36 -
CMYK 0 0.77 0.83 0.18
HSL 4.19º 0.7% 0.48% -
HSV(B) 4.19º 0.83% 0.82% -
XYZ 27.39 15.65 3.25 -
YUV 94.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 208 48 36 0 0.77 0.83 0.18 4.19 0.7 0.48
Hex D0 30 24 0 4D 53 12 4 46 30
Octal 320 60 44 0 115 123 22 4 106 60
Binary 11010000 110000 100100 0 1001101 1010011 10010 100 1000110 110000

Color Harmonies of #D03024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03024

Black with #D03024

Text Example


Text Example

White with #D03024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03024; }

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

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

background-color css

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

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

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

border-color css

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

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

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