Html Css Color HEX #F14D10 Vermilion

📋 copy color: '#F14D10'

red 241 ◦ green 77 ◦ blue 16

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

Shades of Vermilion #F14D10

Tints of Vermilion #F14D10

RGB

 RED value IS 241 (94.53% from 255) = 72.16%

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 72.16%
G = 23.05%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14D10 (or 0xF14D10) is known color: Vermilion. HEX triplet: F1, 4D and 10. RGB value is (241,77,16). Sum of RGB (Red+Green+Blue) = 241+77+16=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D10 is #0EB2EF. Grayscale: #777777. Windows color (decimal): -963312 or 1068529. OLE color: 1068529.

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

Color convert

RGB 241 77 16 -
CMYK 0 0.68 0.93 0.05
HSL 16.27º 0.89% 0.5% -
HSV(B) 16.27º 0.93% 0.95% -
XYZ 39.02 24.05 3.07 -
YUV 119.08 69.83 214.96 -
System Red Green Blue C M Y K H S L
Decimal 241 77 16 0 0.68 0.93 0.05 16.27 0.89 0.5
Hex F1 4D 10 0 44 5D 5 10 59 32
Octal 361 115 20 0 104 135 5 20 131 62
Binary 11110001 1001101 10000 0 1000100 1011101 101 10000 1011001 110010

Color Harmonies of #F14D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D10

Black with #F14D10

Text Example


Text Example

White with #F14D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D10; }

 p { color: rgb(241,77,16); }

 H1.HeaderClassName
 {
   color: #F14D10;
 }
 .AnyTagClassName
 {
   color: #F14D10;
 }
</style>

background-color css

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

 a { background-color: rgb(241,77,16); }

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

border-color css

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

 span { border-color: rgb(241,77,16); }

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