Html Css Color HEX #DC3224 Persian Red

📋 copy color: '#DC3224'

red 220 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #DC3224

Tints of Persian Red #DC3224

RGB

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

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

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

R = 71.9%
G = 16.34%
B = 11.76%

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

#DC3224 (or 0xDC3224) is known color: Persian Red. HEX triplet: DC, 32 and 24. RGB value is (220,50,36). Sum of RGB (Red+Green+Blue) = 220+50+36=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3224 is #23CDDB. Grayscale: #636363. Windows color (decimal): -2346460 or 2372316. OLE color: 2372316.

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

Color convert

RGB 220 50 36 -
CMYK 0 0.77 0.84 0.14
HSL 4.57º 0.72% 0.5% -
HSV(B) 4.57º 0.84% 0.86% -
XYZ 30.97 17.62 3.44 -
YUV 99.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 220 50 36 0 0.77 0.84 0.14 4.57 0.72 0.5
Hex DC 32 24 0 4D 54 E 5 48 32
Octal 334 62 44 0 115 124 16 5 110 62
Binary 11011100 110010 100100 0 1001101 1010100 1110 101 1001000 110010

Color Harmonies of #DC3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3224

Black with #DC3224

Text Example


Text Example

White with #DC3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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