Html Css Color HEX #DC253A Alizarin

📋 copy color: '#DC253A'

red 220 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #DC253A

Tints of Alizarin #DC253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 69.84%
G = 11.75%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC253A (or 0xDC253A) is known color: Alizarin. HEX triplet: DC, 25 and 3A. RGB value is (220,37,58). Sum of RGB (Red+Green+Blue) = 220+37+58=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253A is #23DAC5. Grayscale: #5E5E5E. Windows color (decimal): -2349766 or 3810780. OLE color: 3810780.

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

Color convert

RGB 220 37 58 -
CMYK 0 0.83 0.74 0.14
HSL 353.11º 0.72% 0.5% -
HSV(B) 353.11º 0.83% 0.86% -
XYZ 30.94 16.84 5.62 -
YUV 94.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 220 37 58 0 0.83 0.74 0.14 353.11 0.72 0.5
Hex DC 25 3A 0 53 4A E 161 48 32
Octal 334 45 72 0 123 112 16 541 110 62
Binary 11011100 100101 111010 0 1010011 1001010 1110 101100001 1001000 110010

Color Harmonies of #DC253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC253A

Black with #DC253A

Text Example


Text Example

White with #DC253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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