#E6103F

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

Shades of Crimson #E6103F

Tints of Crimson #E6103F

Color information

#E6103F (or 0xE6103F) is unknown color: approx Crimson. HEX triplet: E6, 10 and 3F. RGB value is (230,16,63). Sum of RGB (Red+Green+Blue) = 230+16+63=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6103F is #19EFC0. Grayscale: #555555. Windows color (decimal): -1699777 or 4133094. OLE color: 4133094.

HSL color Cylindrical-coordinate representation of color #E6103F: hue angle of 346.82º degrees, saturation: 0.87, 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 #E6103F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB2301663-
CMYK00.930.730.10
HSL346.82º86.99%48.24%-
HSV(B)346.82º93.04%90.2%-
XYZ33.7217.556.31-
YUV85.34115.4231.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 74.43%
GREEN value IS 16 (6.64% from 255) = 5.18%
BLUE value IS 63 (25% from 255) = 20.39%
R=74.43%
G=5.18%
B=20.39%

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
Decimal230166300.930.730.10346.8286.9948.24
HexE6103F05D49A15b5730
Octal346207701351111253312760
Binary111001101000011111101011101100100110101010110111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6103F; }

 p { color: rgb(230,16,63); }

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

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

 a { background-color: rgb(230,16,63); }

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

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

 span { border-color: rgb(230,16,63); }

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