Html Css Color HEX #F1011E Torch Red

📋 copy color: '#F1011E'

red 241 ◦ green 1 ◦ blue 30

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

Shades of Torch Red #F1011E

Tints of Torch Red #F1011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 88.6%
G = 0.37%
B = 11.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1011E (or 0xF1011E) is known color: Torch Red. HEX triplet: F1, 01 and 1E. RGB value is (241,1,30). Sum of RGB (Red+Green+Blue) = 241+1+30=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F1011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1011E is #0EFEE1. Grayscale: #4C4C4C. Windows color (decimal): -982754 or 1966577. OLE color: 1966577.

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

Color convert

RGB 241 1 30 -
CMYK 0 1.00 0.88 0.05
HSL 352.75º 0.99% 0.47% -
HSV(B) 352.75º 1% 0.95% -
XYZ 36.52 18.82 2.94 -
YUV 76.07 102.01 245.64 -
System Red Green Blue C M Y K H S L
Decimal 241 1 30 0 1.00 0.88 0.05 352.75 0.99 0.47
Hex F1 1 1E 0 64 58 5 161 63 2F
Octal 361 1 36 0 144 130 5 541 143 57
Binary 11110001 1 11110 0 1100100 1011000 101 101100001 1100011 101111

Color Harmonies of #F1011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1011E

Black with #F1011E

Text Example


Text Example

White with #F1011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1011E; }

 p { color: rgb(241,1,30); }

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

background-color css

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

 a { background-color: rgb(241,1,30); }

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

border-color css

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

 span { border-color: rgb(241,1,30); }

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