Html Css Color HEX #DC2527 Alizarin

📋 copy color: '#DC2527'

red 220 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #DC2527

Tints of Alizarin #DC2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 74.32%
G = 12.5%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2527 (or 0xDC2527) is known color: Alizarin. HEX triplet: DC, 25 and 27. RGB value is (220,37,39). Sum of RGB (Red+Green+Blue) = 220+37+39=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2527 is #23DAD8. Grayscale: #5C5C5C. Windows color (decimal): -2349785 or 2565596. OLE color: 2565596.

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

Color convert

RGB 220 37 39 -
CMYK 0 0.83 0.82 0.14
HSL 359.34º 0.72% 0.5% -
HSV(B) 359.34º 0.83% 0.86% -
XYZ 30.54 16.69 3.53 -
YUV 91.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 220 37 39 0 0.83 0.82 0.14 359.34 0.72 0.5
Hex DC 25 27 0 53 52 E 167 48 32
Octal 334 45 47 0 123 122 16 547 110 62
Binary 11011100 100101 100111 0 1010011 1010010 1110 101100111 1001000 110010

Color Harmonies of #DC2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2527

Black with #DC2527

Text Example


Text Example

White with #DC2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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