Html Css Color HEX #DC3540 Alizarin

📋 copy color: '#DC3540'

red 220 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #DC3540

Tints of Alizarin #DC3540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 65.28%
G = 15.73%
B = 18.99%

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

#DC3540 (or 0xDC3540) is known color: Alizarin. HEX triplet: DC, 35 and 40. RGB value is (220,53,64). Sum of RGB (Red+Green+Blue) = 220+53+64=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3540 is #23CABF. Grayscale: #686868. Windows color (decimal): -2345664 or 4208092. OLE color: 4208092.

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

Color convert

RGB 220 53 64 -
CMYK 0 0.76 0.71 0.14
HSL 356.05º 0.7% 0.54% -
HSV(B) 356.05º 0.76% 0.86% -
XYZ 31.71 18.13 6.68 -
YUV 104.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 220 53 64 0 0.76 0.71 0.14 356.05 0.7 0.54
Hex DC 35 40 0 4C 47 E 164 46 36
Octal 334 65 100 0 114 107 16 544 106 66
Binary 11011100 110101 1000000 0 1001100 1000111 1110 101100100 1000110 110110

Color Harmonies of #DC3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3540

Black with #DC3540

Text Example


Text Example

White with #DC3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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