Html Css Color HEX #DC2937 Alizarin

📋 copy color: '#DC2937'

red 220 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #DC2937

Tints of Alizarin #DC2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

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

R = 69.62%
G = 12.97%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2937 (or 0xDC2937) is known color: Alizarin. HEX triplet: DC, 29 and 37. RGB value is (220,41,55). Sum of RGB (Red+Green+Blue) = 220+41+55=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2937 is #23D6C8. Grayscale: #606060. Windows color (decimal): -2348745 or 3615196. OLE color: 3615196.

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

Color convert

RGB 220 41 55 -
CMYK 0 0.81 0.75 0.14
HSL 355.31º 0.72% 0.51% -
HSV(B) 355.31º 0.81% 0.86% -
XYZ 31 17.08 5.28 -
YUV 96.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 220 41 55 0 0.81 0.75 0.14 355.31 0.72 0.51
Hex DC 29 37 0 51 4B E 163 48 33
Octal 334 51 67 0 121 113 16 543 110 63
Binary 11011100 101001 110111 0 1010001 1001011 1110 101100011 1001000 110011

Color Harmonies of #DC2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2937

Black with #DC2937

Text Example


Text Example

White with #DC2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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