Html Css Color HEX #F14C15 Vermilion

📋 copy color: '#F14C15'

red 241 ◦ green 76 ◦ blue 21

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

Shades of Vermilion #F14C15

Tints of Vermilion #F14C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 71.3%
G = 22.49%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14C15 (or 0xF14C15) is known color: Vermilion. HEX triplet: F1, 4C and 15. RGB value is (241,76,21). Sum of RGB (Red+Green+Blue) = 241+76+21=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C15 is #0EB3EA. Grayscale: #777777. Windows color (decimal): -963563 or 1395953. OLE color: 1395953.

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

Color convert

RGB 241 76 21 -
CMYK 0 0.68 0.91 0.05
HSL 15º 0.89% 0.51% -
HSV(B) 15º 0.91% 0.95% -
XYZ 39 23.92 3.27 -
YUV 119.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 241 76 21 0 0.68 0.91 0.05 15 0.89 0.51
Hex F1 4C 15 0 44 5B 5 F 59 33
Octal 361 114 25 0 104 133 5 17 131 63
Binary 11110001 1001100 10101 0 1000100 1011011 101 1111 1011001 110011

Color Harmonies of #F14C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C15

Black with #F14C15

Text Example


Text Example

White with #F14C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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