Html Css Color HEX #F14B1A Vermilion

📋 copy color: '#F14B1A'

red 241 ◦ green 75 ◦ blue 26

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

Shades of Vermilion #F14B1A

Tints of Vermilion #F14B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 70.47%
G = 21.93%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F14B1A (or 0xF14B1A) is known color: Vermilion. HEX triplet: F1, 4B and 1A. RGB value is (241,75,26). Sum of RGB (Red+Green+Blue) = 241+75+26=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B1A is #0EB4E5. Grayscale: #777777. Windows color (decimal): -963814 or 1723377. OLE color: 1723377.

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

Color convert

RGB 241 75 26 -
CMYK 0 0.69 0.89 0.05
HSL 13.67º 0.88% 0.52% -
HSV(B) 13.67º 0.89% 0.95% -
XYZ 38.98 23.81 3.52 -
YUV 119.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 241 75 26 0 0.69 0.89 0.05 13.67 0.88 0.52
Hex F1 4B 1A 0 45 59 5 E 58 34
Octal 361 113 32 0 105 131 5 16 130 64
Binary 11110001 1001011 11010 0 1000101 1011001 101 1110 1011000 110100

Color Harmonies of #F14B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14B1A

Black with #F14B1A

Text Example


Text Example

White with #F14B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14B1A; }

 p { color: rgb(241,75,26); }

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

background-color css

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

 a { background-color: rgb(241,75,26); }

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

border-color css

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

 span { border-color: rgb(241,75,26); }

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