Html Css Color HEX #F14D1C Vermilion

📋 copy color: '#F14D1C'

red 241 ◦ green 77 ◦ blue 28

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

Shades of Vermilion #F14D1C

Tints of Vermilion #F14D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 69.65%
G = 22.25%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F14D1C (or 0xF14D1C) is known color: Vermilion. HEX triplet: F1, 4D and 1C. RGB value is (241,77,28). Sum of RGB (Red+Green+Blue) = 241+77+28=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D1C is #0EB2E3. Grayscale: #787878. Windows color (decimal): -963300 or 1854961. OLE color: 1854961.

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

Color convert

RGB 241 77 28 -
CMYK 0 0.68 0.88 0.05
HSL 13.8º 0.88% 0.53% -
HSV(B) 13.8º 0.88% 0.95% -
XYZ 39.14 24.09 3.69 -
YUV 120.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 241 77 28 0 0.68 0.88 0.05 13.8 0.88 0.53
Hex F1 4D 1C 0 44 58 5 E 58 35
Octal 361 115 34 0 104 130 5 16 130 65
Binary 11110001 1001101 11100 0 1000100 1011000 101 1110 1011000 110101

Color Harmonies of #F14D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D1C

Black with #F14D1C

Text Example


Text Example

White with #F14D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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