Html Css Color HEX #DC292A Alizarin

📋 copy color: '#DC292A'

red 220 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #DC292A

Tints of Alizarin #DC292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 72.61%
G = 13.53%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC292A (or 0xDC292A) is known color: Alizarin. HEX triplet: DC, 29 and 2A. RGB value is (220,41,42). Sum of RGB (Red+Green+Blue) = 220+41+42=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC292A is #23D6D5. Grayscale: #5E5E5E. Windows color (decimal): -2348758 or 2763228. OLE color: 2763228.

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

Color convert

RGB 220 41 42 -
CMYK 0 0.81 0.81 0.14
HSL 359.66º 0.72% 0.51% -
HSV(B) 359.66º 0.81% 0.86% -
XYZ 30.73 16.97 3.85 -
YUV 94.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 220 41 42 0 0.81 0.81 0.14 359.66 0.72 0.51
Hex DC 29 2A 0 51 51 E 168 48 33
Octal 334 51 52 0 121 121 16 550 110 63
Binary 11011100 101001 101010 0 1010001 1010001 1110 101101000 1001000 110011

Color Harmonies of #DC292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC292A

Black with #DC292A

Text Example


Text Example

White with #DC292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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