#E60F46

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

Shades of Crimson #E60F46

Tints of Crimson #E60F46

Color information

#E60F46 (or 0xE60F46) is unknown color: approx Crimson. HEX triplet: E6, 0F and 46. RGB value is (230,15,70). Sum of RGB (Red+Green+Blue) = 230+15+70=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F46 is #19F0B9. Grayscale: #555555. Windows color (decimal): -1700026 or 4591590. OLE color: 4591590.

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

Color convert

RGB2301570-
CMYK00.930.700.10
HSL344.65º87.76%48.04%-
HSV(B)344.65º93.48%90.2%-
XYZ33.9117.617.41-
YUV85.56119.23231.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.02%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=73.02%
G=4.76%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230157000.930.700.10344.6587.7648.04
HexE6F4605D46A1595830
Octal3461710601351061253113060
Binary111001101111100011001011101100011010101010110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60F46; }

 p { color: rgb(230,15,70); }

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

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

 a { background-color: rgb(230,15,70); }

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

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

 span { border-color: rgb(230,15,70); }

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