Html Css Color HEX #F14D13 Vermilion

📋 copy color: '#F14D13'

red 241 ◦ green 77 ◦ blue 19

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

Shades of Vermilion #F14D13

Tints of Vermilion #F14D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 71.51%
G = 22.85%
B = 5.64%

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

#F14D13 (or 0xF14D13) is known color: Vermilion. HEX triplet: F1, 4D and 13. RGB value is (241,77,19). Sum of RGB (Red+Green+Blue) = 241+77+19=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D13 is #0EB2EC. Grayscale: #777777. Windows color (decimal): -963309 or 1265137. OLE color: 1265137.

HSL color Cylindrical-coordinate representation of color #F14D13: hue angle of 15.68º 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 #F14D13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 19 -
CMYK 0 0.68 0.92 0.05
HSL 15.68º 0.89% 0.51% -
HSV(B) 15.68º 0.92% 0.95% -
XYZ 39.05 24.06 3.2 -
YUV 119.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 241 77 19 0 0.68 0.92 0.05 15.68 0.89 0.51
Hex F1 4D 13 0 44 5C 5 10 59 33
Octal 361 115 23 0 104 134 5 20 131 63
Binary 11110001 1001101 10011 0 1000100 1011100 101 10000 1011001 110011

Color Harmonies of #F14D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D13

Black with #F14D13

Text Example


Text Example

White with #F14D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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