#EE143F

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

Shades of Crimson #EE143F

Tints of Crimson #EE143F

Color information

#EE143F (or 0xEE143F) is unknown color: approx Crimson. HEX triplet: EE, 14 and 3F. RGB value is (238,20,63). Sum of RGB (Red+Green+Blue) = 238+20+63=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE143F is #11EBC0. Grayscale: #5A5A5A. Windows color (decimal): -1174465 or 4134126. OLE color: 4134126.

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

Color convert

RGB2382063-
CMYK00.920.740.07
HSL348.17º86.51%50.59%-
HSV(B)348.17º91.6%93.33%-
XYZ36.4119.046.46-
YUV90.08112.72233.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 63 (25% from 255) = 19.63%
R=74.14%
G=6.23%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238206300.920.740.07348.1786.5150.59
HexEE143F05C4A715c5733
Octal35624770134112753412763
Binary11101110101001111110101110010010101111010111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE143F; }

 p { color: rgb(238,20,63); }

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

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

 a { background-color: rgb(238,20,63); }

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

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

 span { border-color: rgb(238,20,63); }

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