#F0300E

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

Shades of Scarlet #F0300E

Tints of Scarlet #F0300E

Color information

#F0300E (or 0xF0300E) is unknown color: approx Scarlet. HEX triplet: F0, 30 and 0E. RGB value is (240,48,14). Sum of RGB (Red+Green+Blue) = 240+48+14=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0300E is #0FCFF1. Grayscale: #656565. Windows color (decimal): -1036274 or 930032. OLE color: 930032.

HSL color Cylindrical-coordinate representation of color #F0300E: hue angle of 9.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0300E is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2404814-
CMYK00.80.940.06
HSL9.03º88.98%49.8%-
HSV(B)9.03º94.17%94.12%-
XYZ37.0720.672.45-
YUV101.5378.61226.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 79.47%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=79.47%
G=15.89%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240481400.80.940.069.0388.9849.8
HexF030E0505E695932
Octal3606016012013661113162
Binary11110000110000111001010000101111011010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0300E; }

 p { color: rgb(240,48,14); }

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

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

 a { background-color: rgb(240,48,14); }

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

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

 span { border-color: rgb(240,48,14); }

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