#F11507

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

Shades of Scarlet #F11507

Tints of Scarlet #F11507

Color information

#F11507 (or 0xF11507) is unknown color: approx Scarlet. HEX triplet: F1, 15 and 07. RGB value is (241,21,7). Sum of RGB (Red+Green+Blue) = 241+21+7=269 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.59% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 241 - color contains mainly: red. Hex color #F11507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11507 is #0EEAF8. Grayscale: #555555. Windows color (decimal): -977657 or 464369. OLE color: 464369.

HSL color Cylindrical-coordinate representation of color #F11507: hue angle of 3.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F11507 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB241217-
CMYK00.910.970.05
HSL3.59º94.35%48.63%-
HSV(B)3.59º97.1%94.51%-
XYZ36.5819.251.99-
YUV85.1883.89239.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 89.59%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 7 (3.12% from 255) = 2.60%
R=89.59%
G=7.81%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121700.910.970.053.5994.3548.63
HexF115705B61545e31
Octal36125701331415413661
Binary11110001101011110101101111000011011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11507; }

 p { color: rgb(241,21,7); }

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

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

 a { background-color: rgb(241,21,7); }

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

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

 span { border-color: rgb(241,21,7); }

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