#E60E44

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

Shades of Crimson #E60E44

Tints of Crimson #E60E44

Color information

#E60E44 (or 0xE60E44) is unknown color: approx Crimson. HEX triplet: E6, 0E and 44. RGB value is (230,14,68). Sum of RGB (Red+Green+Blue) = 230+14+68=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60E44 is #19F1BB. Grayscale: #545454. Windows color (decimal): -1700284 or 4460262. OLE color: 4460262.

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

Color convert

RGB2301468-
CMYK00.940.700.10
HSL345º88.52%47.84%-
HSV(B)345º93.91%90.2%-
XYZ33.8317.557.07-
YUV84.74118.56231.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.72%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=73.72%
G=4.49%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230146800.940.700.1034588.5247.84
HexE6E4405E46A1595930
Octal3461610401361061253113160
Binary111001101110100010001011110100011010101010110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60E44; }

 p { color: rgb(230,14,68); }

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

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

 a { background-color: rgb(230,14,68); }

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

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

 span { border-color: rgb(230,14,68); }

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