Html Css Color HEX #F1111C Torch Red

📋 copy color: '#F1111C'

red 241 ◦ green 17 ◦ blue 28

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

Shades of Torch Red #F1111C

Tints of Torch Red #F1111C

RGB

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

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

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

R = 84.27%
G = 5.94%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1111C (or 0xF1111C) is known color: Torch Red. HEX triplet: F1, 11 and 1C. RGB value is (241,17,28). Sum of RGB (Red+Green+Blue) = 241+17+28=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F1111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1111C is #0EEEE3. Grayscale: #555555. Windows color (decimal): -978660 or 1839601. OLE color: 1839601.

HSL color Cylindrical-coordinate representation of color #F1111C: hue angle of 357.05º 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 #F1111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 28 -
CMYK 0 0.93 0.88 0.05
HSL 357.05º 0.89% 0.51% -
HSV(B) 357.05º 0.93% 0.95% -
XYZ 36.69 19.19 2.87 -
YUV 85.23 95.71 239.11 -
System Red Green Blue C M Y K H S L
Decimal 241 17 28 0 0.93 0.88 0.05 357.05 0.89 0.51
Hex F1 11 1C 0 5D 58 5 165 59 33
Octal 361 21 34 0 135 130 5 545 131 63
Binary 11110001 10001 11100 0 1011101 1011000 101 101100101 1011001 110011

Color Harmonies of #F1111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1111C

Black with #F1111C

Text Example


Text Example

White with #F1111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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