Html Css Color HEX #F14C17 Vermilion

📋 copy color: '#F14C17'

red 241 ◦ green 76 ◦ blue 23

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

Shades of Vermilion #F14C17

Tints of Vermilion #F14C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 70.88%
G = 22.35%
B = 6.76%

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

#F14C17 (or 0xF14C17) is known color: Vermilion. HEX triplet: F1, 4C and 17. RGB value is (241,76,23). Sum of RGB (Red+Green+Blue) = 241+76+23=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C17 is #0EB3E8. Grayscale: #777777. Windows color (decimal): -963561 or 1527025. OLE color: 1527025.

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

Color convert

RGB 241 76 23 -
CMYK 0 0.68 0.90 0.05
HSL 14.59º 0.89% 0.52% -
HSV(B) 14.59º 0.9% 0.95% -
XYZ 39.01 23.93 3.37 -
YUV 119.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 241 76 23 0 0.68 0.90 0.05 14.59 0.89 0.52
Hex F1 4C 17 0 44 5A 5 F 59 34
Octal 361 114 27 0 104 132 5 17 131 64
Binary 11110001 1001100 10111 0 1000100 1011010 101 1111 1011001 110100

Color Harmonies of #F14C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C17

Black with #F14C17

Text Example


Text Example

White with #F14C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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