Html Css Color HEX #DC2C32 Alizarin

📋 copy color: '#DC2C32'

red 220 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #DC2C32

Tints of Alizarin #DC2C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

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

R = 70.06%
G = 14.01%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2C32 (or 0xDC2C32) is known color: Alizarin. HEX triplet: DC, 2C and 32. RGB value is (220,44,50). Sum of RGB (Red+Green+Blue) = 220+44+50=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C32 is #23D3CD. Grayscale: #616161. Windows color (decimal): -2347982 or 3288284. OLE color: 3288284.

HSL color Cylindrical-coordinate representation of color #DC2C32: hue angle of 357.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C32 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 50 -
CMYK 0 0.8 0.77 0.14
HSL 357.95º 0.72% 0.52% -
HSV(B) 357.95º 0.8% 0.86% -
XYZ 30.99 17.25 4.71 -
YUV 97.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 220 44 50 0 0.8 0.77 0.14 357.95 0.72 0.52
Hex DC 2C 32 0 50 4D E 166 48 34
Octal 334 54 62 0 120 115 16 546 110 64
Binary 11011100 101100 110010 0 1010000 1001101 1110 101100110 1001000 110100

Color Harmonies of #DC2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C32

Black with #DC2C32

Text Example


Text Example

White with #DC2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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