Html Css Color HEX #DC2135 Alizarin

📋 copy color: '#DC2135'

red 220 ◦ green 33 ◦ blue 53

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

Shades of Alizarin #DC2135

Tints of Alizarin #DC2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 71.9%
G = 10.78%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2135 (or 0xDC2135) is known color: Alizarin. HEX triplet: DC, 21 and 35. RGB value is (220,33,53). Sum of RGB (Red+Green+Blue) = 220+33+53=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2135 is #23DECA. Grayscale: #5B5B5B. Windows color (decimal): -2350795 or 3482076. OLE color: 3482076.

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

Color convert

RGB 220 33 53 -
CMYK 0 0.85 0.76 0.14
HSL 353.58º 0.74% 0.5% -
HSV(B) 353.58º 0.85% 0.86% -
XYZ 30.7 16.56 4.95 -
YUV 91.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 220 33 53 0 0.85 0.76 0.14 353.58 0.74 0.5
Hex DC 21 35 0 55 4C E 162 4A 32
Octal 334 41 65 0 125 114 16 542 112 62
Binary 11011100 100001 110101 0 1010101 1001100 1110 101100010 1001010 110010

Color Harmonies of #DC2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2135

Black with #DC2135

Text Example


Text Example

White with #DC2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2135; }

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

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

background-color css

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

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

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

border-color css

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

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

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