Html Css Color HEX #DC2A2D Alizarin

📋 copy color: '#DC2A2D'

red 220 ◦ green 42 ◦ blue 45

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

Shades of Alizarin #DC2A2D

Tints of Alizarin #DC2A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 71.66%
G = 13.68%
B = 14.66%

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

#DC2A2D (or 0xDC2A2D) is known color: Alizarin. HEX triplet: DC, 2A and 2D. RGB value is (220,42,45). Sum of RGB (Red+Green+Blue) = 220+42+45=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A2D is #23D5D2. Grayscale: #5F5F5F. Windows color (decimal): -2348499 or 2960092. OLE color: 2960092.

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

Color convert

RGB 220 42 45 -
CMYK 0 0.81 0.80 0.14
HSL 358.99º 0.72% 0.51% -
HSV(B) 358.99º 0.81% 0.86% -
XYZ 30.82 17.06 4.15 -
YUV 95.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 220 42 45 0 0.81 0.80 0.14 358.99 0.72 0.51
Hex DC 2A 2D 0 51 50 E 167 48 33
Octal 334 52 55 0 121 120 16 547 110 63
Binary 11011100 101010 101101 0 1010001 1010000 1110 101100111 1001000 110011

Color Harmonies of #DC2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A2D

Black with #DC2A2D

Text Example


Text Example

White with #DC2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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