#E60832

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

Shades of Crimson #E60832

Tints of Crimson #E60832

Color information

#E60832 (or 0xE60832) is unknown color: approx Crimson. HEX triplet: E6, 08 and 32. RGB value is (230,8,50). Sum of RGB (Red+Green+Blue) = 230+8+50=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E60832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60832 is #19F7CD. Grayscale: #4F4F4F. Windows color (decimal): -1701838 or 3279078. OLE color: 3279078.

HSL color Cylindrical-coordinate representation of color #E60832: hue angle of 348.65º 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 #E60832 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB230850-
CMYK00.970.780.10
HSL348.65º93.28%46.67%-
HSV(B)348.65º96.52%90.2%-
XYZ33.317.234.59-
YUV79.17111.55235.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 79.86%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=79.86%
G=2.78%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23085000.970.780.10348.6593.2846.67
HexE68320614EA15d5d2f
Octal346106201411161253513557
Binary11100110100011001001100001100111010101010111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60832; }

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

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

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

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

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

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

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

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