Html Css Color HEX #DC2934 Alizarin

📋 copy color: '#DC2934'

red 220 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #DC2934

Tints of Alizarin #DC2934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 70.29%
G = 13.1%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2934 (or 0xDC2934) is known color: Alizarin. HEX triplet: DC, 29 and 34. RGB value is (220,41,52). Sum of RGB (Red+Green+Blue) = 220+41+52=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2934 is #23D6CB. Grayscale: #5F5F5F. Windows color (decimal): -2348748 or 3418588. OLE color: 3418588.

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

Color convert

RGB 220 41 52 -
CMYK 0 0.81 0.76 0.14
HSL 356.31º 0.72% 0.51% -
HSV(B) 356.31º 0.81% 0.86% -
XYZ 30.93 17.05 4.91 -
YUV 95.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 220 41 52 0 0.81 0.76 0.14 356.31 0.72 0.51
Hex DC 29 34 0 51 4C E 164 48 33
Octal 334 51 64 0 121 114 16 544 110 63
Binary 11011100 101001 110100 0 1010001 1001100 1110 101100100 1001000 110011

Color Harmonies of #DC2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2934

Black with #DC2934

Text Example


Text Example

White with #DC2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2934; }

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

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

background-color css

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

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

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

border-color css

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

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

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