Html Css Color HEX #DC2936 Alizarin

📋 copy color: '#DC2936'

red 220 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #DC2936

Tints of Alizarin #DC2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 69.84%
G = 13.02%
B = 17.14%

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

#DC2936 (or 0xDC2936) is known color: Alizarin. HEX triplet: DC, 29 and 36. RGB value is (220,41,54). Sum of RGB (Red+Green+Blue) = 220+41+54=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2936 is #23D6C9. Grayscale: #606060. Windows color (decimal): -2348746 or 3549660. OLE color: 3549660.

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

Color convert

RGB 220 41 54 -
CMYK 0 0.81 0.75 0.14
HSL 355.64º 0.72% 0.51% -
HSV(B) 355.64º 0.81% 0.86% -
XYZ 30.97 17.07 5.15 -
YUV 96 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 220 41 54 0 0.81 0.75 0.14 355.64 0.72 0.51
Hex DC 29 36 0 51 4B E 164 48 33
Octal 334 51 66 0 121 113 16 544 110 63
Binary 11011100 101001 110110 0 1010001 1001011 1110 101100100 1001000 110011

Color Harmonies of #DC2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2936

Black with #DC2936

Text Example


Text Example

White with #DC2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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