Html Css Color HEX #DC2737 Alizarin

📋 copy color: '#DC2737'

red 220 ◦ green 39 ◦ blue 55

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

Shades of Alizarin #DC2737

Tints of Alizarin #DC2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

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

R = 70.06%
G = 12.42%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2737 (or 0xDC2737) is known color: Alizarin. HEX triplet: DC, 27 and 37. RGB value is (220,39,55). Sum of RGB (Red+Green+Blue) = 220+39+55=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2737 is #23D8C8. Grayscale: #5F5F5F. Windows color (decimal): -2349257 or 3614684. OLE color: 3614684.

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

Color convert

RGB 220 39 55 -
CMYK 0 0.82 0.75 0.14
HSL 354.7º 0.72% 0.51% -
HSV(B) 354.7º 0.82% 0.86% -
XYZ 30.93 16.94 5.25 -
YUV 94.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 220 39 55 0 0.82 0.75 0.14 354.7 0.72 0.51
Hex DC 27 37 0 52 4B E 163 48 33
Octal 334 47 67 0 122 113 16 543 110 63
Binary 11011100 100111 110111 0 1010010 1001011 1110 101100011 1001000 110011

Color Harmonies of #DC2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2737

Black with #DC2737

Text Example


Text Example

White with #DC2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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