#E60233

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

Shades of Crimson #E60233

Tints of Crimson #E60233

Color information

#E60233 (or 0xE60233) is unknown color: approx Crimson. HEX triplet: E6, 02 and 33. RGB value is (230,2,51). Sum of RGB (Red+Green+Blue) = 230+2+51=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E60233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60233 is #19FDCC. Grayscale: #4B4B4B. Windows color (decimal): -1703373 or 3343078. OLE color: 3343078.

HSL color Cylindrical-coordinate representation of color #E60233: hue angle of 347.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60233 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB230251-
CMYK00.990.780.10
HSL347.11º98.28%45.49%-
HSV(B)347.11º99.13%90.2%-
XYZ33.2517.114.68-
YUV75.76114.04238.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 81.27%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=81.27%
G=0.71%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23025100.990.780.10347.1198.2845.49
HexE62330634EA15b622d
Octal34626301431161253314255
Binary111001101011001101100011100111010101010110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60233; }

 p { color: rgb(230,2,51); }

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

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

 a { background-color: rgb(230,2,51); }

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

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

 span { border-color: rgb(230,2,51); }

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