Html Css Color HEX #D03224 Persian Red

📋 copy color: '#D03224'

red 208 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #D03224

Tints of Persian Red #D03224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 70.75%
G = 17.01%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03224 (or 0xD03224) is known color: Persian Red. HEX triplet: D0, 32 and 24. RGB value is (208,50,36). Sum of RGB (Red+Green+Blue) = 208+50+36=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D03224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03224 is #2FCDDB. Grayscale: #5F5F5F. Windows color (decimal): -3132892 or 2372304. OLE color: 2372304.

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

Color convert

RGB 208 50 36 -
CMYK 0 0.76 0.83 0.18
HSL 4.88º 0.7% 0.48% -
HSV(B) 4.88º 0.83% 0.82% -
XYZ 27.47 15.82 3.27 -
YUV 95.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 208 50 36 0 0.76 0.83 0.18 4.88 0.7 0.48
Hex D0 32 24 0 4C 53 12 5 46 30
Octal 320 62 44 0 114 123 22 5 106 60
Binary 11010000 110010 100100 0 1001100 1010011 10010 101 1000110 110000

Color Harmonies of #D03224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03224

Black with #D03224

Text Example


Text Example

White with #D03224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03224; }

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

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

background-color css

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

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

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

border-color css

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

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

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