Html Css Color HEX #DC353B Alizarin

📋 copy color: '#DC353B'

red 220 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #DC353B

Tints of Alizarin #DC353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 66.27%
G = 15.96%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC353B (or 0xDC353B) is known color: Alizarin. HEX triplet: DC, 35 and 3B. RGB value is (220,53,59). Sum of RGB (Red+Green+Blue) = 220+53+59=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353B is #23CAC4. Grayscale: #676767. Windows color (decimal): -2345669 or 3880412. OLE color: 3880412.

HSL color Cylindrical-coordinate representation of color #DC353B: hue angle of 357.84º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC353B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 59 -
CMYK 0 0.76 0.73 0.14
HSL 357.84º 0.7% 0.54% -
HSV(B) 357.84º 0.76% 0.86% -
XYZ 31.58 18.08 5.96 -
YUV 103.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 220 53 59 0 0.76 0.73 0.14 357.84 0.7 0.54
Hex DC 35 3B 0 4C 49 E 166 46 36
Octal 334 65 73 0 114 111 16 546 106 66
Binary 11011100 110101 111011 0 1001100 1001001 1110 101100110 1000110 110110

Color Harmonies of #DC353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC353B

Black with #DC353B

Text Example


Text Example

White with #DC353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC353B; }

 p { color: rgb(220,53,59); }

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

background-color css

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

 a { background-color: rgb(220,53,59); }

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

border-color css

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

 span { border-color: rgb(220,53,59); }

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