#F3340E

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

Shades of Scarlet #F3340E

Tints of Scarlet #F3340E

Color information

#F3340E (or 0xF3340E) is unknown color: approx Scarlet. HEX triplet: F3, 34 and 0E. RGB value is (243,52,14). Sum of RGB (Red+Green+Blue) = 243+52+14=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3340E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3340E is #0CCBF1. Grayscale: #696969. Windows color (decimal): -838642 or 931059. OLE color: 931059.

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

Color convert

RGB2435214-
CMYK00.790.940.05
HSL9.96º90.51%50.39%-
HSV(B)9.96º94.24%95.29%-
XYZ38.2721.542.56-
YUV104.7876.78226.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 78.64%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=78.64%
G=16.83%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243521400.790.940.059.9690.5150.39
HexF334E04F5E5a5b32
Octal3636416011713651213362
Binary11110011110100111001001111101111010110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3340E; }

 p { color: rgb(243,52,14); }

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

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

 a { background-color: rgb(243,52,14); }

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

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

 span { border-color: rgb(243,52,14); }

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