#E60848

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

Shades of Crimson #E60848

Tints of Crimson #E60848

Color information

#E60848 (or 0xE60848) is unknown color: approx Crimson. HEX triplet: E6, 08 and 48. RGB value is (230,8,72). Sum of RGB (Red+Green+Blue) = 230+8+72=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60848 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60848 is #19F7B7. Grayscale: #515151. Windows color (decimal): -1701816 or 4720870. OLE color: 4720870.

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

Color convert

RGB230872-
CMYK00.970.690.10
HSL342.7º93.28%46.67%-
HSV(B)342.7º96.52%90.2%-
XYZ33.8917.467.72-
YUV81.67122.55233.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 74.19%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=74.19%
G=2.58%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23087200.970.690.10342.793.2846.67
HexE684806145A1575d2f
Octal3461011001411051252713557
Binary111001101000100100001100001100010110101010101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60848; }

 p { color: rgb(230,8,72); }

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

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

 a { background-color: rgb(230,8,72); }

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

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

 span { border-color: rgb(230,8,72); }

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