Html Css Color HEX #DC2437 Alizarin

📋 copy color: '#DC2437'

red 220 ◦ green 36 ◦ blue 55

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

Shades of Alizarin #DC2437

Tints of Alizarin #DC2437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 70.74%
G = 11.58%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2437 (or 0xDC2437) is known color: Alizarin. HEX triplet: DC, 24 and 37. RGB value is (220,36,55). Sum of RGB (Red+Green+Blue) = 220+36+55=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2437 is #23DBC8. Grayscale: #5D5D5D. Windows color (decimal): -2350025 or 3613916. OLE color: 3613916.

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

Color convert

RGB 220 36 55 -
CMYK 0 0.84 0.75 0.14
HSL 353.8º 0.72% 0.5% -
HSV(B) 353.8º 0.84% 0.86% -
XYZ 30.84 16.75 5.22 -
YUV 93.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 220 36 55 0 0.84 0.75 0.14 353.8 0.72 0.5
Hex DC 24 37 0 54 4B E 162 48 32
Octal 334 44 67 0 124 113 16 542 110 62
Binary 11011100 100100 110111 0 1010100 1001011 1110 101100010 1001000 110010

Color Harmonies of #DC2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2437

Black with #DC2437

Text Example


Text Example

White with #DC2437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2437; }

 p { color: rgb(220,36,55); }

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

background-color css

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

 a { background-color: rgb(220,36,55); }

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

border-color css

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

 span { border-color: rgb(220,36,55); }

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