Html Css Color HEX #DC2A3E Alizarin

📋 copy color: '#DC2A3E'

red 220 ◦ green 42 ◦ blue 62

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

Shades of Alizarin #DC2A3E

Tints of Alizarin #DC2A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 67.9%
G = 12.96%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC2A3E (or 0xDC2A3E) is known color: Alizarin. HEX triplet: DC, 2A and 3E. RGB value is (220,42,62). Sum of RGB (Red+Green+Blue) = 220+42+62=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A3E is #23D5C1. Grayscale: #616161. Windows color (decimal): -2348482 or 4074204. OLE color: 4074204.

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

Color convert

RGB 220 42 62 -
CMYK 0 0.81 0.72 0.14
HSL 353.26º 0.72% 0.51% -
HSV(B) 353.26º 0.81% 0.86% -
XYZ 31.21 17.22 6.24 -
YUV 97.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 220 42 62 0 0.81 0.72 0.14 353.26 0.72 0.51
Hex DC 2A 3E 0 51 48 E 161 48 33
Octal 334 52 76 0 121 110 16 541 110 63
Binary 11011100 101010 111110 0 1010001 1001000 1110 101100001 1001000 110011

Color Harmonies of #DC2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A3E

Black with #DC2A3E

Text Example


Text Example

White with #DC2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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