Html Css Color HEX #DC2227 Alizarin

📋 copy color: '#DC2227'

red 220 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #DC2227

Tints of Alizarin #DC2227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 75.09%
G = 11.6%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2227 (or 0xDC2227) is known color: Alizarin. HEX triplet: DC, 22 and 27. RGB value is (220,34,39). Sum of RGB (Red+Green+Blue) = 220+34+39=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2227 is #23DDD8. Grayscale: #5A5A5A. Windows color (decimal): -2350553 or 2564828. OLE color: 2564828.

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

Color convert

RGB 220 34 39 -
CMYK 0 0.85 0.82 0.14
HSL 358.39º 0.73% 0.5% -
HSV(B) 358.39º 0.85% 0.86% -
XYZ 30.45 16.51 3.5 -
YUV 90.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 220 34 39 0 0.85 0.82 0.14 358.39 0.73 0.5
Hex DC 22 27 0 55 52 E 166 49 32
Octal 334 42 47 0 125 122 16 546 111 62
Binary 11011100 100010 100111 0 1010101 1010010 1110 101100110 1001001 110010

Color Harmonies of #DC2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2227

Black with #DC2227

Text Example


Text Example

White with #DC2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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