Html Css Color HEX #DC3222 Persian Red

📋 copy color: '#DC3222'

red 220 ◦ green 50 ◦ blue 34

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

Shades of Persian Red #DC3222

Tints of Persian Red #DC3222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 72.37%
G = 16.45%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3222 (or 0xDC3222) is known color: Persian Red. HEX triplet: DC, 32 and 22. RGB value is (220,50,34). Sum of RGB (Red+Green+Blue) = 220+50+34=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3222 is #23CDDD. Grayscale: #636363. Windows color (decimal): -2346462 or 2241244. OLE color: 2241244.

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

Color convert

RGB 220 50 34 -
CMYK 0 0.77 0.85 0.14
HSL 5.16º 0.73% 0.5% -
HSV(B) 5.16º 0.85% 0.86% -
XYZ 30.94 17.61 3.28 -
YUV 99.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 220 50 34 0 0.77 0.85 0.14 5.16 0.73 0.5
Hex DC 32 22 0 4D 55 E 5 49 32
Octal 334 62 42 0 115 125 16 5 111 62
Binary 11011100 110010 100010 0 1001101 1010101 1110 101 1001001 110010

Color Harmonies of #DC3222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3222

Black with #DC3222

Text Example


Text Example

White with #DC3222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3222; }

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

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

background-color css

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

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

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

border-color css

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

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

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