#F4310B

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

Shades of Scarlet #F4310B

Tints of Scarlet #F4310B

Color information

#F4310B (or 0xF4310B) is unknown color: approx Scarlet. HEX triplet: F4, 31 and 0B. RGB value is (244,49,11). Sum of RGB (Red+Green+Blue) = 244+49+11=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F4310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4310B is #0BCEF4. Grayscale: #676767. Windows color (decimal): -773877 or 733684. OLE color: 733684.

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

Color convert

RGB2444911-
CMYK00.800.950.04
HSL9.79º91.37%50%-
HSV(B)9.79º95.49%95.69%-
XYZ38.4721.452.43-
YUV102.9776.1228.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 80.26%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=80.26%
G=16.12%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244491100.800.950.049.7991.3750
HexF431B0505F4a5b32
Octal3646113012013741213362
Binary11110100110001101101010000101111110010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4310B; }

 p { color: rgb(244,49,11); }

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

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

 a { background-color: rgb(244,49,11); }

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

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

 span { border-color: rgb(244,49,11); }

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