#E9240F

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

Shades of Scarlet #E9240F

Tints of Scarlet #E9240F

Color information

#E9240F (or 0xE9240F) is unknown color: approx Scarlet. HEX triplet: E9, 24 and 0F. RGB value is (233,36,15). Sum of RGB (Red+Green+Blue) = 233+36+15=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E9240F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9240F is #16DBF0. Grayscale: #5C5C5C. Windows color (decimal): -1498097 or 992489. OLE color: 992489.

HSL color Cylindrical-coordinate representation of color #E9240F: hue angle of 5.78º 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 #E9240F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2333615-
CMYK00.850.940.09
HSL5.78º87.9%48.63%-
HSV(B)5.78º93.56%91.37%-
XYZ34.3218.622.24-
YUV92.5184.27228.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 82.04%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=82.04%
G=12.68%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233361500.850.940.095.7887.948.63
HexE924F0555E965831
Octal3514417012513611613061
Binary11101001100100111101010101101111010011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9240F; }

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

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

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

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

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

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

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

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