Html Css Color HEX #DC2138 Alizarin

📋 copy color: '#DC2138'

red 220 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #DC2138

Tints of Alizarin #DC2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 71.2%
G = 10.68%
B = 18.12%

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

#DC2138 (or 0xDC2138) is known color: Alizarin. HEX triplet: DC, 21 and 38. RGB value is (220,33,56). Sum of RGB (Red+Green+Blue) = 220+33+56=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2138 is #23DEC7. Grayscale: #5B5B5B. Windows color (decimal): -2350792 or 3678684. OLE color: 3678684.

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

Color convert

RGB 220 33 56 -
CMYK 0 0.85 0.75 0.14
HSL 352.62º 0.74% 0.5% -
HSV(B) 352.62º 0.85% 0.86% -
XYZ 30.77 16.59 5.32 -
YUV 91.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 220 33 56 0 0.85 0.75 0.14 352.62 0.74 0.5
Hex DC 21 38 0 55 4B E 161 4A 32
Octal 334 41 70 0 125 113 16 541 112 62
Binary 11011100 100001 111000 0 1010101 1001011 1110 101100001 1001010 110010

Color Harmonies of #DC2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2138

Black with #DC2138

Text Example


Text Example

White with #DC2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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