Html Css Color HEX #DC353F Alizarin

📋 copy color: '#DC353F'

red 220 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #DC353F

Tints of Alizarin #DC353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 65.48%
G = 15.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC353F (or 0xDC353F) is known color: Alizarin. HEX triplet: DC, 35 and 3F. RGB value is (220,53,63). Sum of RGB (Red+Green+Blue) = 220+53+63=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353F is #23CAC0. Grayscale: #686868. Windows color (decimal): -2345665 or 4142556. OLE color: 4142556.

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

Color convert

RGB 220 53 63 -
CMYK 0 0.76 0.71 0.14
HSL 356.41º 0.7% 0.54% -
HSV(B) 356.41º 0.76% 0.86% -
XYZ 31.69 18.12 6.53 -
YUV 104.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 220 53 63 0 0.76 0.71 0.14 356.41 0.7 0.54
Hex DC 35 3F 0 4C 47 E 164 46 36
Octal 334 65 77 0 114 107 16 544 106 66
Binary 11011100 110101 111111 0 1001100 1000111 1110 101100100 1000110 110110

Color Harmonies of #DC353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC353F

Black with #DC353F

Text Example


Text Example

White with #DC353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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