Html Css Color HEX #DC253C Alizarin

📋 copy color: '#DC253C'

red 220 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #DC253C

Tints of Alizarin #DC253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 69.4%
G = 11.67%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC253C (or 0xDC253C) is known color: Alizarin. HEX triplet: DC, 25 and 3C. RGB value is (220,37,60). Sum of RGB (Red+Green+Blue) = 220+37+60=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253C is #23DAC3. Grayscale: #5E5E5E. Windows color (decimal): -2349764 or 3941852. OLE color: 3941852.

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

Color convert

RGB 220 37 60 -
CMYK 0 0.83 0.73 0.14
HSL 352.46º 0.72% 0.5% -
HSV(B) 352.46º 0.83% 0.86% -
XYZ 30.99 16.87 5.9 -
YUV 94.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 220 37 60 0 0.83 0.73 0.14 352.46 0.72 0.5
Hex DC 25 3C 0 53 49 E 160 48 32
Octal 334 45 74 0 123 111 16 540 110 62
Binary 11011100 100101 111100 0 1010011 1001001 1110 101100000 1001000 110010

Color Harmonies of #DC253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC253C

Black with #DC253C

Text Example


Text Example

White with #DC253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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