#F11E0D

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

Shades of Scarlet #F11E0D

Tints of Scarlet #F11E0D

Color information

#F11E0D (or 0xF11E0D) is unknown color: approx Scarlet. HEX triplet: F1, 1E and 0D. RGB value is (241,30,13). Sum of RGB (Red+Green+Blue) = 241+30+13=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11E0D is #0EE1F2. Grayscale: #5B5B5B. Windows color (decimal): -975347 or 859889. OLE color: 859889.

HSL color Cylindrical-coordinate representation of color #F11E0D: hue angle of 4.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F11E0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB2413013-
CMYK00.880.950.05
HSL4.47º89.76%49.8%-
HSV(B)4.47º94.61%94.51%-
XYZ36.8119.662.23-
YUV91.1583.9234.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 84.86%
GREEN value IS 30 (12.11% from 255) = 10.56%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=84.86%
G=10.56%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241301300.880.950.054.4789.7649.8
HexF11ED0585F545a32
Octal361361501301375413262
Binary111100011111011010101100010111111011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11E0D; }

 p { color: rgb(241,30,13); }

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

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

 a { background-color: rgb(241,30,13); }

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

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

 span { border-color: rgb(241,30,13); }

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