#E10C35

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

Shades of Crimson #E10C35

Tints of Crimson #E10C35

Color information

#E10C35 (or 0xE10C35) is unknown color: approx Crimson. HEX triplet: E1, 0C and 35. RGB value is (225,12,53). Sum of RGB (Red+Green+Blue) = 225+12+53=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C35 is #1EF3CA. Grayscale: #505050. Windows color (decimal): -2028491 or 3476705. OLE color: 3476705.

HSL color Cylindrical-coordinate representation of color #E10C35: hue angle of 348.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C35 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2251253-
CMYK00.950.760.12
HSL348.45º89.87%46.47%-
HSV(B)348.45º94.67%88.24%-
XYZ31.8316.534.88-
YUV80.36112.57231.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 77.59%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=77.59%
G=4.14%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225125300.950.760.12348.4589.8746.47
HexE1C3505F4CC15c5a2e
Octal341146501371141453413256
Binary11100001110011010101011111100110011001010111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C35; }

 p { color: rgb(225,12,53); }

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

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

 a { background-color: rgb(225,12,53); }

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

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

 span { border-color: rgb(225,12,53); }

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