#DE272D

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

Shades of Alizarin #DE272D

Tints of Alizarin #DE272D

Color information

#DE272D (or 0xDE272D) is unknown color: approx Alizarin. HEX triplet: DE, 27 and 2D. RGB value is (222,39,45). Sum of RGB (Red+Green+Blue) = 222+39+45=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE272D is #21D8D2. Grayscale: #5E5E5E. Windows color (decimal): -2218195 or 2959326. OLE color: 2959326.

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

Color convert

RGB2223945-
CMYK00.820.800.13
HSL358.03º73.49%51.18%-
HSV(B)358.03º82.43%87.06%-
XYZ31.3217.174.15-
YUV94.4100.13219.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 72.55%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=72.55%
G=12.75%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222394500.820.800.13358.0373.4951.18
HexDE272D05250D1664933
Octal336475501221201554611163
Binary1101111010011110110101010010101000011011011001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE272D; }

 p { color: rgb(222,39,45); }

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

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

 a { background-color: rgb(222,39,45); }

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

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

 span { border-color: rgb(222,39,45); }

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