Html Css Color HEX #F14C13 Vermilion

📋 copy color: '#F14C13'

red 241 ◦ green 76 ◦ blue 19

#F14C13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vermilion #F14C13

Tints of Vermilion #F14C13

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 value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F14C13 (or 0xF14C13) is known color: 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

RGB 241 76 19 -
CMYK 0 0.68 0.92 0.05
HSL 15.41º 0.89% 0.51% -
HSV(B) 15.41º 0.92% 0.95% -
XYZ 38.98 23.92 3.18 -
YUV 118.84 71.66 215.13 -
System Red Green Blue C M Y K H S L
Decimal 241 76 19 0 0.68 0.92 0.05 15.41 0.89 0.51
Hex F1 4C 13 0 44 5C 5 F 59 33
Octal 361 114 23 0 104 134 5 17 131 63
Binary 11110001 1001100 10011 0 1000100 1011100 101 1111 1011001 110011

Color Harmonies of #F14C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C13

Black with #F14C13

Text Example


Text Example

White with #F14C13

Text Example


Text Example

HTML Codes & Css Web 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>