Html Css Color HEX #DC353A Alizarin

📋 copy color: '#DC353A'

red 220 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #DC353A

Tints of Alizarin #DC353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 66.47%
G = 16.01%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC353A (or 0xDC353A) is known color: Alizarin. HEX triplet: DC, 35 and 3A. RGB value is (220,53,58). Sum of RGB (Red+Green+Blue) = 220+53+58=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353A is #23CAC5. Grayscale: #676767. Windows color (decimal): -2345670 or 3814876. OLE color: 3814876.

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

Color convert

RGB 220 53 58 -
CMYK 0 0.76 0.74 0.14
HSL 358.2º 0.7% 0.54% -
HSV(B) 358.2º 0.76% 0.86% -
XYZ 31.55 18.07 5.83 -
YUV 103.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 220 53 58 0 0.76 0.74 0.14 358.2 0.7 0.54
Hex DC 35 3A 0 4C 4A E 166 46 36
Octal 334 65 72 0 114 112 16 546 106 66
Binary 11011100 110101 111010 0 1001100 1001010 1110 101100110 1000110 110110

Color Harmonies of #DC353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC353A

Black with #DC353A

Text Example


Text Example

White with #DC353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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