#F83314

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

Shades of Scarlet #F83314

Tints of Scarlet #F83314

Color information

#F83314 (or 0xF83314) is unknown color: approx Scarlet. HEX triplet: F8, 33 and 14. RGB value is (248,51,20). Sum of RGB (Red+Green+Blue) = 248+51+20=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F83314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83314 is #07CCEB. Grayscale: #6A6A6A. Windows color (decimal): -511212 or 1324024. OLE color: 1324024.

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

Color convert

RGB2485120-
CMYK00.790.920.03
HSL8.16º94.21%52.55%-
HSV(B)8.16º91.94%97.25%-
XYZ40.0222.372.87-
YUV106.3779.27229.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 77.74%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 20 (8.20% from 255) = 6.27%
R=77.74%
G=15.99%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248512000.790.920.038.1694.2152.55
HexF8331404F5C385e35
Octal3706324011713431013665
Binary11111000110011101000100111110111001110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83314; }

 p { color: rgb(248,51,20); }

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

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

 a { background-color: rgb(248,51,20); }

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

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

 span { border-color: rgb(248,51,20); }

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