#f7150f

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

Shades of Scarlet #F7150F

Tints of Scarlet #F7150F

Color information

#F7150F (or 0xF7150F) is unknown color: approx Scarlet. HEX triplet: F7, 15 and 0F. RGB value is (247,21,15). Sum of RGB (Red+Green+Blue) = 247+21+15=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F7150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7150F is #08EAF0. Grayscale: #585858. Windows color (decimal): -584433 or 988663. OLE color: 988663.

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

Color convert

RGB2472115-
CMYK00.910.940.03
HSL1.55º93.55%51.37%-
HSV(B)1.55º93.93%96.86%-
XYZ38.7120.342.34-
YUV87.8986.87241.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 87.28%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=87.28%
G=7.42%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247211500.910.940.031.5593.5551.37
HexF715F05B5E325e33
Octal367251701331363213663
Binary1111011110101111101011011101111011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7150f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7150f; }

 p { color: rgb(247,21,15); }

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

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

 a { background-color: rgb(247,21,15); }

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

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

 span { border-color: rgb(247,21,15); }

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