#df272e

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

Shades of Alizarin #DF272E

Tints of Alizarin #DF272E

Color information

#DF272E (or 0xDF272E) is unknown color: approx Alizarin. HEX triplet: DF, 27 and 2E. RGB value is (223,39,46). Sum of RGB (Red+Green+Blue) = 223+39+46=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272E is #20D8D1. Grayscale: #5E5E5E. Windows color (decimal): -2152658 or 3024863. OLE color: 3024863.

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

Color convert

RGB2233946-
CMYK00.830.790.13
HSL357.72º74.19%51.37%-
HSV(B)357.72º82.51%87.45%-
XYZ31.6517.344.26-
YUV94.81100.46219.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.40%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=72.40%
G=12.66%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223394600.830.790.13357.7274.1951.37
HexDF272E0534FD1664a33
Octal337475601231171554611263
Binary1101111110011110111001010011100111111011011001101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df272e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df272e; }

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

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

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

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

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

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

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

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