Html Css Color HEX #F14C0F Vermilion

📋 copy color: '#F14C0F'

red 241 ◦ green 76 ◦ blue 15

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

Shades of Vermilion #F14C0F

Tints of Vermilion #F14C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 72.59%
G = 22.89%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F14C0F (or 0xF14C0F) is known color: Vermilion. HEX triplet: F1, 4C and 0F. RGB value is (241,76,15). Sum of RGB (Red+Green+Blue) = 241+76+15=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C0F is #0EB3F0. Grayscale: #767676. Windows color (decimal): -963569 or 1002737. OLE color: 1002737.

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

Color convert

RGB 241 76 15 -
CMYK 0 0.68 0.94 0.05
HSL 16.19º 0.89% 0.5% -
HSV(B) 16.19º 0.94% 0.95% -
XYZ 38.95 23.9 3.01 -
YUV 118.38 69.66 215.46 -
System Red Green Blue C M Y K H S L
Decimal 241 76 15 0 0.68 0.94 0.05 16.19 0.89 0.5
Hex F1 4C F 0 44 5E 5 10 59 32
Octal 361 114 17 0 104 136 5 20 131 62
Binary 11110001 1001100 1111 0 1000100 1011110 101 10000 1011001 110010

Color Harmonies of #F14C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C0F

Black with #F14C0F

Text Example


Text Example

White with #F14C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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