Html Css Color HEX #DC2933 Alizarin

📋 copy color: '#DC2933'

red 220 ◦ green 41 ◦ blue 51

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

Shades of Alizarin #DC2933

Tints of Alizarin #DC2933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 70.51%
G = 13.14%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2933 (or 0xDC2933) is known color: Alizarin. HEX triplet: DC, 29 and 33. RGB value is (220,41,51). Sum of RGB (Red+Green+Blue) = 220+41+51=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2933 is #23D6CC. Grayscale: #5F5F5F. Windows color (decimal): -2348749 or 3353052. OLE color: 3353052.

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

Color convert

RGB 220 41 51 -
CMYK 0 0.81 0.77 0.14
HSL 356.65º 0.72% 0.51% -
HSV(B) 356.65º 0.81% 0.86% -
XYZ 30.91 17.04 4.79 -
YUV 95.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 220 41 51 0 0.81 0.77 0.14 356.65 0.72 0.51
Hex DC 29 33 0 51 4D E 165 48 33
Octal 334 51 63 0 121 115 16 545 110 63
Binary 11011100 101001 110011 0 1010001 1001101 1110 101100101 1001000 110011

Color Harmonies of #DC2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2933

Black with #DC2933

Text Example


Text Example

White with #DC2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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