Html Css Color HEX #DC2536 Alizarin

📋 copy color: '#DC2536'

red 220 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #DC2536

Tints of Alizarin #DC2536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 70.74%
G = 11.9%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2536 (or 0xDC2536) is known color: Alizarin. HEX triplet: DC, 25 and 36. RGB value is (220,37,54). Sum of RGB (Red+Green+Blue) = 220+37+54=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2536 is #23DAC9. Grayscale: #5D5D5D. Windows color (decimal): -2349770 or 3548636. OLE color: 3548636.

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

Color convert

RGB 220 37 54 -
CMYK 0 0.83 0.75 0.14
HSL 354.43º 0.72% 0.5% -
HSV(B) 354.43º 0.83% 0.86% -
XYZ 30.84 16.81 5.11 -
YUV 93.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 220 37 54 0 0.83 0.75 0.14 354.43 0.72 0.5
Hex DC 25 36 0 53 4B E 162 48 32
Octal 334 45 66 0 123 113 16 542 110 62
Binary 11011100 100101 110110 0 1010011 1001011 1110 101100010 1001000 110010

Color Harmonies of #DC2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2536

Black with #DC2536

Text Example


Text Example

White with #DC2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2536; }

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

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

background-color css

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

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

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

border-color css

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

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

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