Html Css Color HEX #DC2735 Alizarin

📋 copy color: '#DC2735'

red 220 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #DC2735

Tints of Alizarin #DC2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 70.51%
G = 12.5%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2735 (or 0xDC2735) is known color: Alizarin. HEX triplet: DC, 27 and 35. RGB value is (220,39,53). Sum of RGB (Red+Green+Blue) = 220+39+53=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2735 is #23D8CA. Grayscale: #5E5E5E. Windows color (decimal): -2349259 or 3483612. OLE color: 3483612.

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

Color convert

RGB 220 39 53 -
CMYK 0 0.82 0.76 0.14
HSL 355.36º 0.72% 0.51% -
HSV(B) 355.36º 0.82% 0.86% -
XYZ 30.88 16.92 5.01 -
YUV 94.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 220 39 53 0 0.82 0.76 0.14 355.36 0.72 0.51
Hex DC 27 35 0 52 4C E 163 48 33
Octal 334 47 65 0 122 114 16 543 110 63
Binary 11011100 100111 110101 0 1010010 1001100 1110 101100011 1001000 110011

Color Harmonies of #DC2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2735

Black with #DC2735

Text Example


Text Example

White with #DC2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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