Html Css Color HEX #DC353D Alizarin

📋 copy color: '#DC353D'

red 220 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #DC353D

Tints of Alizarin #DC353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 65.87%
G = 15.87%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC353D (or 0xDC353D) is known color: Alizarin. HEX triplet: DC, 35 and 3D. RGB value is (220,53,61). Sum of RGB (Red+Green+Blue) = 220+53+61=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353D is #23CAC2. Grayscale: #676767. Windows color (decimal): -2345667 or 4011484. OLE color: 4011484.

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

Color convert

RGB 220 53 61 -
CMYK 0 0.76 0.72 0.14
HSL 357.13º 0.7% 0.54% -
HSV(B) 357.13º 0.76% 0.86% -
XYZ 31.63 18.1 6.24 -
YUV 103.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 220 53 61 0 0.76 0.72 0.14 357.13 0.7 0.54
Hex DC 35 3D 0 4C 48 E 165 46 36
Octal 334 65 75 0 114 110 16 545 106 66
Binary 11011100 110101 111101 0 1001100 1001000 1110 101100101 1000110 110110

Color Harmonies of #DC353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC353D

Black with #DC353D

Text Example


Text Example

White with #DC353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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