#DE3135

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

Shades of Alizarin #DE3135

Tints of Alizarin #DE3135

Color information

#DE3135 (or 0xDE3135) is unknown color: approx Alizarin. HEX triplet: DE, 31 and 35. RGB value is (222,49,53). Sum of RGB (Red+Green+Blue) = 222+49+53=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3135 is #21CECA. Grayscale: #656565. Windows color (decimal): -2215627 or 3486174. OLE color: 3486174.

HSL color Cylindrical-coordinate representation of color #DE3135: hue angle of 358.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3135 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2224953-
CMYK00.780.760.13
HSL358.61º72.38%53.14%-
HSV(B)358.61º77.93%87.06%-
XYZ31.8717.985.16-
YUV101.18100.81214.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.52%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=68.52%
G=15.12%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222495300.780.760.13358.6172.3853.14
HexDE313504E4CD1674835
Octal336616501161141554711065
Binary1101111011000111010101001110100110011011011001111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3135; }

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

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

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

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

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

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

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

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