Html Css Color HEX #D03324 Persian Red

📋 copy color: '#D03324'

red 208 ◦ green 51 ◦ blue 36

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

Shades of Persian Red #D03324

Tints of Persian Red #D03324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 70.51%
G = 17.29%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03324 (or 0xD03324) is known color: Persian Red. HEX triplet: D0, 33 and 24. RGB value is (208,51,36). Sum of RGB (Red+Green+Blue) = 208+51+36=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D03324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03324 is #2FCCDB. Grayscale: #606060. Windows color (decimal): -3132636 or 2372560. OLE color: 2372560.

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

Color convert

RGB 208 51 36 -
CMYK 0 0.75 0.83 0.18
HSL 5.23º 0.7% 0.48% -
HSV(B) 5.23º 0.83% 0.82% -
XYZ 27.51 15.9 3.29 -
YUV 96.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 208 51 36 0 0.75 0.83 0.18 5.23 0.7 0.48
Hex D0 33 24 0 4B 53 12 5 46 30
Octal 320 63 44 0 113 123 22 5 106 60
Binary 11010000 110011 100100 0 1001011 1010011 10010 101 1000110 110000

Color Harmonies of #D03324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03324

Black with #D03324

Text Example


Text Example

White with #D03324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03324; }

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

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

background-color css

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

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

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

border-color css

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

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

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