#EE1241

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

Shades of Crimson #EE1241

Tints of Crimson #EE1241

Color information

#EE1241 (or 0xEE1241) is unknown color: approx Crimson. HEX triplet: EE, 12 and 41. RGB value is (238,18,65). Sum of RGB (Red+Green+Blue) = 238+18+65=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1241 is #11EDBE. Grayscale: #595959. Windows color (decimal): -1174975 or 4264686. OLE color: 4264686.

HSL color Cylindrical-coordinate representation of color #EE1241: hue angle of 347.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1241 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2381865-
CMYK00.920.730.07
HSL347.18º86.61%50.2%-
HSV(B)347.18º92.44%93.33%-
XYZ36.4318.996.75-
YUV89.14114.39234.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=74.14%
G=5.61%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238186500.920.730.07347.1886.6150.2
HexEE124105C49715b5732
Octal356221010134111753312762
Binary111011101001010000010101110010010011111010110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1241; }

 p { color: rgb(238,18,65); }

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

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

 a { background-color: rgb(238,18,65); }

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

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

 span { border-color: rgb(238,18,65); }

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