Html Css Color HEX #DC2136 Alizarin

📋 copy color: '#DC2136'

red 220 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #DC2136

Tints of Alizarin #DC2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 71.66%
G = 10.75%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2136 (or 0xDC2136) is known color: Alizarin. HEX triplet: DC, 21 and 36. RGB value is (220,33,54). Sum of RGB (Red+Green+Blue) = 220+33+54=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2136 is #23DEC9. Grayscale: #5B5B5B. Windows color (decimal): -2350794 or 3547612. OLE color: 3547612.

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

Color convert

RGB 220 33 54 -
CMYK 0 0.85 0.75 0.14
HSL 353.26º 0.74% 0.5% -
HSV(B) 353.26º 0.85% 0.86% -
XYZ 30.72 16.57 5.07 -
YUV 91.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 220 33 54 0 0.85 0.75 0.14 353.26 0.74 0.5
Hex DC 21 36 0 55 4B E 161 4A 32
Octal 334 41 66 0 125 113 16 541 112 62
Binary 11011100 100001 110110 0 1010101 1001011 1110 101100001 1001010 110010

Color Harmonies of #DC2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2136

Black with #DC2136

Text Example


Text Example

White with #DC2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2136; }

 p { color: rgb(220,33,54); }

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

background-color css

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

 a { background-color: rgb(220,33,54); }

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

border-color css

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

 span { border-color: rgb(220,33,54); }

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