Html Css Color HEX #DC252F Alizarin

📋 copy color: '#DC252F'

red 220 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #DC252F

Tints of Alizarin #DC252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 72.37%
G = 12.17%
B = 15.46%

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

#DC252F (or 0xDC252F) is known color: Alizarin. HEX triplet: DC, 25 and 2F. RGB value is (220,37,47). Sum of RGB (Red+Green+Blue) = 220+37+47=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC252F is #23DAD0. Grayscale: #5D5D5D. Windows color (decimal): -2349777 or 3089884. OLE color: 3089884.

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

Color convert

RGB 220 37 47 -
CMYK 0 0.83 0.79 0.14
HSL 356.72º 0.72% 0.5% -
HSV(B) 356.72º 0.83% 0.86% -
XYZ 30.69 16.74 4.3 -
YUV 92.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 220 37 47 0 0.83 0.79 0.14 356.72 0.72 0.5
Hex DC 25 2F 0 53 4F E 165 48 32
Octal 334 45 57 0 123 117 16 545 110 62
Binary 11011100 100101 101111 0 1010011 1001111 1110 101100101 1001000 110010

Color Harmonies of #DC252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC252F

Black with #DC252F

Text Example


Text Example

White with #DC252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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