#F43015

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

Shades of Scarlet #F43015

Tints of Scarlet #F43015

Color information

#F43015 (or 0xF43015) is unknown color: approx Scarlet. HEX triplet: F4, 30 and 15. RGB value is (244,48,21). Sum of RGB (Red+Green+Blue) = 244+48+21=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F43015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43015 is #0BCFEA. Grayscale: #676767. Windows color (decimal): -774123 or 1388788. OLE color: 1388788.

HSL color Cylindrical-coordinate representation of color #F43015: hue angle of 7.26º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F43015 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB2444821-
CMYK00.800.910.04
HSL7.26º91.02%51.96%-
HSV(B)7.26º91.39%95.69%-
XYZ38.521.42.81-
YUV103.5381.43228.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.96%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=77.96%
G=15.34%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244482100.800.910.047.2691.0251.96
HexF430150505B475b34
Octal364602501201334713364
Binary11110100110000101010101000010110111001111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43015; }

 p { color: rgb(244,48,21); }

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

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

 a { background-color: rgb(244,48,21); }

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

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

 span { border-color: rgb(244,48,21); }

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