#E10B32

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

Shades of Crimson #E10B32

Tints of Crimson #E10B32

Color information

#E10B32 (or 0xE10B32) is unknown color: approx Crimson. HEX triplet: E1, 0B and 32. RGB value is (225,11,50). Sum of RGB (Red+Green+Blue) = 225+11+50=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B32 is #1EF4CD. Grayscale: #4F4F4F. Windows color (decimal): -2028750 or 3279841. OLE color: 3279841.

HSL color Cylindrical-coordinate representation of color #E10B32: hue angle of 349.07º degrees, saturation: 0.91, 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 #E10B32 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB2251150-
CMYK00.950.780.12
HSL349.07º90.68%46.27%-
HSV(B)349.07º95.11%88.24%-
XYZ31.7516.484.52-
YUV79.43111.4231.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 78.67%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=78.67%
G=3.85%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225115000.950.780.12349.0790.6846.27
HexE1B3205F4EC15d5b2e
Octal341136201371161453513356
Binary11100001101111001001011111100111011001010111011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10B32; }

 p { color: rgb(225,11,50); }

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

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

 a { background-color: rgb(225,11,50); }

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

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

 span { border-color: rgb(225,11,50); }

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