#E60243

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

Shades of Crimson #E60243

Tints of Crimson #E60243

Color information

#E60243 (or 0xE60243) is unknown color: approx Crimson. HEX triplet: E6, 02 and 43. RGB value is (230,2,67). Sum of RGB (Red+Green+Blue) = 230+2+67=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60243 is #19FDBC. Grayscale: #4D4D4D. Windows color (decimal): -1703357 or 4391654. OLE color: 4391654.

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

Color convert

RGB230267-
CMYK00.990.710.10
HSL342.89º98.28%45.49%-
HSV(B)342.89º99.13%90.2%-
XYZ33.6717.276.87-
YUV77.58122.04236.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=76.92%
G=0.67%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23026700.990.710.10342.8998.2845.49
HexE624306347A157622d
Octal346210301431071252714255
Binary1110011010100001101100011100011110101010101111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60243; }

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

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

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

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

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

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

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

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