#F33014

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

Shades of Scarlet #F33014

Tints of Scarlet #F33014

Color information

#F33014 (or 0xF33014) is unknown color: approx Scarlet. HEX triplet: F3, 30 and 14. RGB value is (243,48,20). Sum of RGB (Red+Green+Blue) = 243+48+20=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F33014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33014 is #0CCFEB. Grayscale: #676767. Windows color (decimal): -839660 or 1323251. OLE color: 1323251.

HSL color Cylindrical-coordinate representation of color #F33014: hue angle of 7.53º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F33014 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB2434820-
CMYK00.800.920.05
HSL7.53º90.28%51.57%-
HSV(B)7.53º91.77%95.29%-
XYZ38.1521.222.75-
YUV103.1181.1227.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 78.14%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 20 (8.20% from 255) = 6.43%
R=78.14%
G=15.43%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243482000.800.920.057.5390.2851.57
HexF330140505C585a34
Octal3636024012013451013264
Binary111100111100001010001010000101110010110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33014; }

 p { color: rgb(243,48,20); }

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

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

 a { background-color: rgb(243,48,20); }

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

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

 span { border-color: rgb(243,48,20); }

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