#E90F38

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

Shades of Crimson #E90F38

Tints of Crimson #E90F38

Color information

#E90F38 (or 0xE90F38) is unknown color: approx Crimson. HEX triplet: E9, 0F and 38. RGB value is (233,15,56). Sum of RGB (Red+Green+Blue) = 233+15+56=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F38 is #16F0C7. Grayscale: #545454. Windows color (decimal): -1503432 or 3674089. OLE color: 3674089.

HSL color Cylindrical-coordinate representation of color #E90F38: hue angle of 348.72º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F38 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB2331556-
CMYK00.940.760.09
HSL348.72º87.9%48.63%-
HSV(B)348.72º93.56%91.37%-
XYZ34.4917.955.39-
YUV84.86111.72233.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 76.64%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=76.64%
G=4.93%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233155600.940.760.09348.7287.948.63
HexE9F3805E4C915d5831
Octal351177001361141153513061
Binary11101001111111100001011110100110010011010111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90F38; }

 p { color: rgb(233,15,56); }

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

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

 a { background-color: rgb(233,15,56); }

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

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

 span { border-color: rgb(233,15,56); }

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