#E6113E

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

Shades of Crimson #E6113E

Tints of Crimson #E6113E

Color information

#E6113E (or 0xE6113E) is unknown color: approx Crimson. HEX triplet: E6, 11 and 3E. RGB value is (230,17,62). Sum of RGB (Red+Green+Blue) = 230+17+62=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6113E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6113E is #19EEC1. Grayscale: #555555. Windows color (decimal): -1699522 or 4067814. OLE color: 4067814.

HSL color Cylindrical-coordinate representation of color #E6113E: hue angle of 347.32º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6113E is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB2301762-
CMYK00.930.730.10
HSL347.32º86.23%48.43%-
HSV(B)347.32º92.61%90.2%-
XYZ33.717.576.17-
YUV85.82114.57230.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 74.43%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=74.43%
G=5.50%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230176200.930.730.10347.3286.2348.43
HexE6113E05D49A15b5630
Octal346217601351111253312660
Binary111001101000111111001011101100100110101010110111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6113E; }

 p { color: rgb(230,17,62); }

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

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

 a { background-color: rgb(230,17,62); }

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

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

 span { border-color: rgb(230,17,62); }

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