Html Css Color HEX #F14E17 Vermilion

📋 copy color: '#F14E17'

red 241 ◦ green 78 ◦ blue 23

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

Shades of Vermilion #F14E17

Tints of Vermilion #F14E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 70.47%
G = 22.81%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14E17 (or 0xF14E17) is known color: Vermilion. HEX triplet: F1, 4E and 17. RGB value is (241,78,23). Sum of RGB (Red+Green+Blue) = 241+78+23=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14E17 is #0EB1E8. Grayscale: #787878. Windows color (decimal): -963049 or 1527537. OLE color: 1527537.

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

Color convert

RGB 241 78 23 -
CMYK 0 0.68 0.90 0.05
HSL 15.14º 0.89% 0.52% -
HSV(B) 15.14º 0.9% 0.95% -
XYZ 39.15 24.21 3.42 -
YUV 120.47 73 213.97 -
System Red Green Blue C M Y K H S L
Decimal 241 78 23 0 0.68 0.90 0.05 15.14 0.89 0.52
Hex F1 4E 17 0 44 5A 5 F 59 34
Octal 361 116 27 0 104 132 5 17 131 64
Binary 11110001 1001110 10111 0 1000100 1011010 101 1111 1011001 110100

Color Harmonies of #F14E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E17

Black with #F14E17

Text Example


Text Example

White with #F14E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E17; }

 p { color: rgb(241,78,23); }

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

background-color css

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

 a { background-color: rgb(241,78,23); }

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

border-color css

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

 span { border-color: rgb(241,78,23); }

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