#EE3311

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

Shades of Scarlet #EE3311

Tints of Scarlet #EE3311

Color information

#EE3311 (or 0xEE3311) is unknown color: approx Scarlet. HEX triplet: EE, 33 and 11. RGB value is (238,51,17). Sum of RGB (Red+Green+Blue) = 238+51+17=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3311 is #11CCEE. Grayscale: #676767. Windows color (decimal): -1166575 or 1127406. OLE color: 1127406.

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

Color convert

RGB2385117-
CMYK00.790.930.07
HSL9.23º86.67%50%-
HSV(B)9.23º92.86%93.33%-
XYZ36.5420.592.58-
YUV103.0479.45224.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 77.78%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 5.56%
R=77.78%
G=16.67%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238511700.790.930.079.2386.6750
HexEE331104F5D795732
Octal3566321011713571112762
Binary111011101100111000101001111101110111110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3311; }

 p { color: rgb(238,51,17); }

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

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

 a { background-color: rgb(238,51,17); }

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

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

 span { border-color: rgb(238,51,17); }

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