Html Css Color HEX #F14D1B Vermilion

📋 copy color: '#F14D1B'

red 241 ◦ green 77 ◦ blue 27

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

Shades of Vermilion #F14D1B

Tints of Vermilion #F14D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 69.86%
G = 22.32%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F14D1B (or 0xF14D1B) is known color: Vermilion. HEX triplet: F1, 4D and 1B. RGB value is (241,77,27). Sum of RGB (Red+Green+Blue) = 241+77+27=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D1B is #0EB2E4. Grayscale: #787878. Windows color (decimal): -963301 or 1789425. OLE color: 1789425.

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

Color convert

RGB 241 77 27 -
CMYK 0 0.68 0.89 0.05
HSL 14.02º 0.88% 0.53% -
HSV(B) 14.02º 0.89% 0.95% -
XYZ 39.13 24.09 3.62 -
YUV 120.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 241 77 27 0 0.68 0.89 0.05 14.02 0.88 0.53
Hex F1 4D 1B 0 44 59 5 E 58 35
Octal 361 115 33 0 104 131 5 16 130 65
Binary 11110001 1001101 11011 0 1000100 1011001 101 1110 1011000 110101

Color Harmonies of #F14D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D1B

Black with #F14D1B

Text Example


Text Example

White with #F14D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D1B; }

 p { color: rgb(241,77,27); }

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

background-color css

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

 a { background-color: rgb(241,77,27); }

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

border-color css

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

 span { border-color: rgb(241,77,27); }

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