#DF2527

Color #DF2527 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DF2527

Tints of Alizarin #DF2527

Color information

#DF2527 (or 0xDF2527) is unknown color: approx Alizarin. HEX triplet: DF, 25 and 27. RGB value is (223,37,39). Sum of RGB (Red+Green+Blue) = 223+37+39=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2527 is #20DAD8. Grayscale: #5D5D5D. Windows color (decimal): -2153177 or 2565599. OLE color: 2565599.

HSL color Cylindrical-coordinate representation of color #DF2527: hue angle of 359.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2527 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2233739-
CMYK00.830.830.13
HSL359.35º74.4%50.98%-
HSV(B)359.35º83.41%87.45%-
XYZ31.4617.163.57-
YUV92.8497.62220.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.58%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=74.58%
G=12.37%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223373900.830.830.13359.3574.450.98
HexDF252705353D1674a33
Octal337454701231231554711263
Binary1101111110010110011101010011101001111011011001111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2527; }

 p { color: rgb(223,37,39); }

 H1.HeaderClassName
 {
   color: #DF2527;
 }
 .AnyTagClassName
 {
   color: #DF2527;
 }
</style>
background-color css

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

 a { background-color: rgb(223,37,39); }

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

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

 span { border-color: rgb(223,37,39); }

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