#DE2735

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

Shades of Alizarin #DE2735

Tints of Alizarin #DE2735

Color information

#DE2735 (or 0xDE2735) is unknown color: approx Alizarin. HEX triplet: DE, 27 and 35. RGB value is (222,39,53). Sum of RGB (Red+Green+Blue) = 222+39+53=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2735 is #21D8CA. Grayscale: #5F5F5F. Windows color (decimal): -2218187 or 3483614. OLE color: 3483614.

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

Color convert

RGB2223953-
CMYK00.820.760.13
HSL355.41º73.49%51.18%-
HSV(B)355.41º82.43%87.06%-
XYZ31.4917.245.04-
YUV95.31104.13218.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 70.70%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=70.70%
G=12.42%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222395300.820.760.13355.4173.4951.18
HexDE27350524CD1634933
Octal336476501221141554311163
Binary1101111010011111010101010010100110011011011000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2735; }

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

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

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

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

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

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

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

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