Html Css Color HEX #F14C18 Vermilion

📋 copy color: '#F14C18'

red 241 ◦ green 76 ◦ blue 24

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

Shades of Vermilion #F14C18

Tints of Vermilion #F14C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 70.67%
G = 22.29%
B = 7.04%

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

#F14C18 (or 0xF14C18) is known color: Vermilion. HEX triplet: F1, 4C and 18. RGB value is (241,76,24). Sum of RGB (Red+Green+Blue) = 241+76+24=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C18 is #0EB3E7. Grayscale: #777777. Windows color (decimal): -963560 or 1592561. OLE color: 1592561.

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

Color convert

RGB 241 76 24 -
CMYK 0 0.68 0.90 0.05
HSL 14.38º 0.89% 0.52% -
HSV(B) 14.38º 0.9% 0.95% -
XYZ 39.02 23.94 3.43 -
YUV 119.41 74.16 214.73 -
System Red Green Blue C M Y K H S L
Decimal 241 76 24 0 0.68 0.90 0.05 14.38 0.89 0.52
Hex F1 4C 18 0 44 5A 5 E 59 34
Octal 361 114 30 0 104 132 5 16 131 64
Binary 11110001 1001100 11000 0 1000100 1011010 101 1110 1011001 110100

Color Harmonies of #F14C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C18

Black with #F14C18

Text Example


Text Example

White with #F14C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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