#EE173F

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

Shades of Crimson #EE173F

Tints of Crimson #EE173F

Color information

#EE173F (or 0xEE173F) is unknown color: approx Crimson. HEX triplet: EE, 17 and 3F. RGB value is (238,23,63). Sum of RGB (Red+Green+Blue) = 238+23+63=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE173F is #11E8C0. Grayscale: #5B5B5B. Windows color (decimal): -1173697 or 4134894. OLE color: 4134894.

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

Color convert

RGB2382363-
CMYK00.900.740.07
HSL348.84º86.35%51.18%-
HSV(B)348.84º90.34%93.33%-
XYZ36.4619.156.48-
YUV91.84111.73232.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.46%
GREEN value IS 23 (9.38% from 255) = 7.10%
BLUE value IS 63 (25% from 255) = 19.44%
R=73.46%
G=7.10%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238236300.900.740.07348.8486.3551.18
HexEE173F05A4A715d5633
Octal35627770132112753512663
Binary11101110101111111110101101010010101111010111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE173F; }

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

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

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

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

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

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

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

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