Html Css Color HEX #DC2935 Alizarin

📋 copy color: '#DC2935'

red 220 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #DC2935

Tints of Alizarin #DC2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 70.06%
G = 13.06%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2935 (or 0xDC2935) is known color: Alizarin. HEX triplet: DC, 29 and 35. RGB value is (220,41,53). Sum of RGB (Red+Green+Blue) = 220+41+53=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2935 is #23D6CA. Grayscale: #606060. Windows color (decimal): -2348747 or 3484124. OLE color: 3484124.

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

Color convert

RGB 220 41 53 -
CMYK 0 0.81 0.76 0.14
HSL 355.98º 0.72% 0.51% -
HSV(B) 355.98º 0.81% 0.86% -
XYZ 30.95 17.06 5.03 -
YUV 95.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 220 41 53 0 0.81 0.76 0.14 355.98 0.72 0.51
Hex DC 29 35 0 51 4C E 164 48 33
Octal 334 51 65 0 121 114 16 544 110 63
Binary 11011100 101001 110101 0 1010001 1001100 1110 101100100 1001000 110011

Color Harmonies of #DC2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2935

Black with #DC2935

Text Example


Text Example

White with #DC2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2935; }

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

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

background-color css

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

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

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

border-color css

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

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

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