Html Css Color HEX #DC2A32 Alizarin

📋 copy color: '#DC2A32'

red 220 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #DC2A32

Tints of Alizarin #DC2A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 70.51%
G = 13.46%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2A32 (or 0xDC2A32) is known color: Alizarin. HEX triplet: DC, 2A and 32. RGB value is (220,42,50). Sum of RGB (Red+Green+Blue) = 220+42+50=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A32 is #23D5CD. Grayscale: #606060. Windows color (decimal): -2348494 or 3287772. OLE color: 3287772.

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

Color convert

RGB 220 42 50 -
CMYK 0 0.81 0.77 0.14
HSL 357.3º 0.72% 0.51% -
HSV(B) 357.3º 0.81% 0.86% -
XYZ 30.92 17.1 4.69 -
YUV 96.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 220 42 50 0 0.81 0.77 0.14 357.3 0.72 0.51
Hex DC 2A 32 0 51 4D E 165 48 33
Octal 334 52 62 0 121 115 16 545 110 63
Binary 11011100 101010 110010 0 1010001 1001101 1110 101100101 1001000 110011

Color Harmonies of #DC2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A32

Black with #DC2A32

Text Example


Text Example

White with #DC2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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