Html Css Color HEX #DC3324 Persian Red

📋 copy color: '#DC3324'

red 220 ◦ green 51 ◦ blue 36

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

Shades of Persian Red #DC3324

Tints of Persian Red #DC3324

RGB

 RED value IS 220 (86.33% from 255) = 71.66%

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

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

R = 71.66%
G = 16.61%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3324 (or 0xDC3324) is known color: Persian Red. HEX triplet: DC, 33 and 24. RGB value is (220,51,36). Sum of RGB (Red+Green+Blue) = 220+51+36=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3324 is #23CCDB. Grayscale: #646464. Windows color (decimal): -2346204 or 2372572. OLE color: 2372572.

HSL color Cylindrical-coordinate representation of color #DC3324: hue angle of 4.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3324 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 36 -
CMYK 0 0.77 0.84 0.14
HSL 4.89º 0.72% 0.5% -
HSV(B) 4.89º 0.84% 0.86% -
XYZ 31.02 17.71 3.45 -
YUV 99.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 220 51 36 0 0.77 0.84 0.14 4.89 0.72 0.5
Hex DC 33 24 0 4D 54 E 5 48 32
Octal 334 63 44 0 115 124 16 5 110 62
Binary 11011100 110011 100100 0 1001101 1010100 1110 101 1001000 110010

Color Harmonies of #DC3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3324

Black with #DC3324

Text Example


Text Example

White with #DC3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3324; }

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

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

background-color css

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

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

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

border-color css

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

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

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