Html Css Color HEX #F1011A Torch Red

📋 copy color: '#F1011A'

red 241 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #F1011A

Tints of Torch Red #F1011A

RGB

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

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

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

R = 89.93%
G = 0.37%
B = 9.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1011A (or 0xF1011A) is known color: Torch Red. HEX triplet: F1, 01 and 1A. RGB value is (241,1,26). Sum of RGB (Red+Green+Blue) = 241+1+26=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F1011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1011A is #0EFEE5. Grayscale: #4B4B4B. Windows color (decimal): -982758 or 1704433. OLE color: 1704433.

HSL color Cylindrical-coordinate representation of color #F1011A: hue angle of 353.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 #F1011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 26 -
CMYK 0 1.00 0.89 0.05
HSL 353.75º 0.99% 0.47% -
HSV(B) 353.75º 1% 0.95% -
XYZ 36.47 18.8 2.68 -
YUV 75.61 100.01 245.97 -
System Red Green Blue C M Y K H S L
Decimal 241 1 26 0 1.00 0.89 0.05 353.75 0.99 0.47
Hex F1 1 1A 0 64 59 5 162 63 2F
Octal 361 1 32 0 144 131 5 542 143 57
Binary 11110001 1 11010 0 1100100 1011001 101 101100010 1100011 101111

Color Harmonies of #F1011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1011A

Black with #F1011A

Text Example


Text Example

White with #F1011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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