Html Css Color HEX #DC2731 Alizarin

📋 copy color: '#DC2731'

red 220 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #DC2731

Tints of Alizarin #DC2731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 71.43%
G = 12.66%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2731 (or 0xDC2731) is known color: Alizarin. HEX triplet: DC, 27 and 31. RGB value is (220,39,49). Sum of RGB (Red+Green+Blue) = 220+39+49=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2731 is #23D8CE. Grayscale: #5E5E5E. Windows color (decimal): -2349263 or 3221468. OLE color: 3221468.

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

Color convert

RGB 220 39 49 -
CMYK 0 0.82 0.78 0.14
HSL 356.69º 0.72% 0.51% -
HSV(B) 356.69º 0.82% 0.86% -
XYZ 30.8 16.89 4.54 -
YUV 94.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 220 39 49 0 0.82 0.78 0.14 356.69 0.72 0.51
Hex DC 27 31 0 52 4E E 165 48 33
Octal 334 47 61 0 122 116 16 545 110 63
Binary 11011100 100111 110001 0 1010010 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2731

Black with #DC2731

Text Example


Text Example

White with #DC2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2731; }

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

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

background-color css

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

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

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

border-color css

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

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

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