Html Css Color HEX #DC252E Alizarin

📋 copy color: '#DC252E'

red 220 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #DC252E

Tints of Alizarin #DC252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 72.61%
G = 12.21%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC252E (or 0xDC252E) is known color: Alizarin. HEX triplet: DC, 25 and 2E. RGB value is (220,37,46). Sum of RGB (Red+Green+Blue) = 220+37+46=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC252E is #23DAD1. Grayscale: #5C5C5C. Windows color (decimal): -2349778 or 3024348. OLE color: 3024348.

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

Color convert

RGB 220 37 46 -
CMYK 0 0.83 0.79 0.14
HSL 357.05º 0.72% 0.5% -
HSV(B) 357.05º 0.83% 0.86% -
XYZ 30.67 16.74 4.2 -
YUV 92.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 220 37 46 0 0.83 0.79 0.14 357.05 0.72 0.5
Hex DC 25 2E 0 53 4F E 165 48 32
Octal 334 45 56 0 123 117 16 545 110 62
Binary 11011100 100101 101110 0 1010011 1001111 1110 101100101 1001000 110010

Color Harmonies of #DC252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC252E

Black with #DC252E

Text Example


Text Example

White with #DC252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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