Html Css Color HEX #DC3233 Alizarin

📋 copy color: '#DC3233'

red 220 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #DC3233

Tints of Alizarin #DC3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 68.54%
G = 15.58%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3233 (or 0xDC3233) is known color: Alizarin. HEX triplet: DC, 32 and 33. RGB value is (220,50,51). Sum of RGB (Red+Green+Blue) = 220+50+51=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3233 is #23CDCC. Grayscale: #656565. Windows color (decimal): -2346445 or 3355356. OLE color: 3355356.

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

Color convert

RGB 220 50 51 -
CMYK 0 0.77 0.77 0.14
HSL 359.65º 0.71% 0.53% -
HSV(B) 359.65º 0.77% 0.86% -
XYZ 31.25 17.74 4.91 -
YUV 100.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 220 50 51 0 0.77 0.77 0.14 359.65 0.71 0.53
Hex DC 32 33 0 4D 4D E 168 47 35
Octal 334 62 63 0 115 115 16 550 107 65
Binary 11011100 110010 110011 0 1001101 1001101 1110 101101000 1000111 110101

Color Harmonies of #DC3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3233

Black with #DC3233

Text Example


Text Example

White with #DC3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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