Html Css Color HEX #DC292B Alizarin

📋 copy color: '#DC292B'

red 220 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #DC292B

Tints of Alizarin #DC292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 72.37%
G = 13.49%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC292B (or 0xDC292B) is known color: Alizarin. HEX triplet: DC, 29 and 2B. RGB value is (220,41,43). Sum of RGB (Red+Green+Blue) = 220+41+43=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC292B is #23D6D4. Grayscale: #5E5E5E. Windows color (decimal): -2348757 or 2828764. OLE color: 2828764.

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

Color convert

RGB 220 41 43 -
CMYK 0 0.81 0.80 0.14
HSL 359.33º 0.72% 0.51% -
HSV(B) 359.33º 0.81% 0.86% -
XYZ 30.74 16.98 3.94 -
YUV 94.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 220 41 43 0 0.81 0.80 0.14 359.33 0.72 0.51
Hex DC 29 2B 0 51 50 E 167 48 33
Octal 334 51 53 0 121 120 16 547 110 63
Binary 11011100 101001 101011 0 1010001 1010000 1110 101100111 1001000 110011

Color Harmonies of #DC292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC292B

Black with #DC292B

Text Example


Text Example

White with #DC292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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