Html Css Color HEX #DC253B Alizarin

📋 copy color: '#DC253B'

red 220 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #DC253B

Tints of Alizarin #DC253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 69.62%
G = 11.71%
B = 18.67%

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

#DC253B (or 0xDC253B) is known color: Alizarin. HEX triplet: DC, 25 and 3B. RGB value is (220,37,59). Sum of RGB (Red+Green+Blue) = 220+37+59=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253B is #23DAC4. Grayscale: #5E5E5E. Windows color (decimal): -2349765 or 3876316. OLE color: 3876316.

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

Color convert

RGB 220 37 59 -
CMYK 0 0.83 0.73 0.14
HSL 352.79º 0.72% 0.5% -
HSV(B) 352.79º 0.83% 0.86% -
XYZ 30.97 16.85 5.76 -
YUV 94.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 220 37 59 0 0.83 0.73 0.14 352.79 0.72 0.5
Hex DC 25 3B 0 53 49 E 161 48 32
Octal 334 45 73 0 123 111 16 541 110 62
Binary 11011100 100101 111011 0 1010011 1001001 1110 101100001 1001000 110010

Color Harmonies of #DC253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC253B

Black with #DC253B

Text Example


Text Example

White with #DC253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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