#F14C13

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

Shades of Vermilion #F14C13

Tints of Vermilion #F14C13

Color information

#F14C13 (or 0xF14C13) is unknown color: approx Vermilion. HEX triplet: F1, 4C and 13. RGB value is (241,76,19). Sum of RGB (Red+Green+Blue) = 241+76+19=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C13 is #0EB3EC. Grayscale: #777777. Windows color (decimal): -963565 or 1264881. OLE color: 1264881.

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

Color convert

RGB2417619-
CMYK00.680.920.05
HSL15.41º88.8%50.98%-
HSV(B)15.41º92.12%94.51%-
XYZ38.9823.923.18-
YUV118.8471.66215.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.73%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 19 (7.81% from 255) = 5.65%
R=71.73%
G=22.62%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241761900.680.920.0515.4188.850.98
HexF14C130445C5f5933
Octal36111423010413451713163
Binary1111000110011001001101000100101110010111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C13; }

 p { color: rgb(241,76,19); }

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

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

 a { background-color: rgb(241,76,19); }

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

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

 span { border-color: rgb(241,76,19); }

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