Html Css Color HEX #F1111A Torch Red

📋 copy color: '#F1111A'

red 241 ◦ green 17 ◦ blue 26

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

Shades of Torch Red #F1111A

Tints of Torch Red #F1111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 84.86%
G = 5.99%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1111A (or 0xF1111A) is known color: Torch Red. HEX triplet: F1, 11 and 1A. RGB value is (241,17,26). Sum of RGB (Red+Green+Blue) = 241+17+26=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F1111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1111A is #0EEEE5. Grayscale: #555555. Windows color (decimal): -978662 or 1708529. OLE color: 1708529.

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

Color convert

RGB 241 17 26 -
CMYK 0 0.93 0.89 0.05
HSL 357.59º 0.89% 0.51% -
HSV(B) 357.59º 0.93% 0.95% -
XYZ 36.66 19.18 2.75 -
YUV 85 94.71 239.27 -
System Red Green Blue C M Y K H S L
Decimal 241 17 26 0 0.93 0.89 0.05 357.59 0.89 0.51
Hex F1 11 1A 0 5D 59 5 166 59 33
Octal 361 21 32 0 135 131 5 546 131 63
Binary 11110001 10001 11010 0 1011101 1011001 101 101100110 1011001 110011

Color Harmonies of #F1111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1111A

Black with #F1111A

Text Example


Text Example

White with #F1111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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