Html Css Color HEX #F1151E Torch Red

📋 copy color: '#F1151E'

red 241 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #F1151E

Tints of Torch Red #F1151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 82.53%
G = 7.19%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1151E (or 0xF1151E) is known color: Torch Red. HEX triplet: F1, 15 and 1E. RGB value is (241,21,30). Sum of RGB (Red+Green+Blue) = 241+21+30=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F1151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1151E is #0EEAE1. Grayscale: #575757. Windows color (decimal): -977634 or 1971697. OLE color: 1971697.

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

Color convert

RGB 241 21 30 -
CMYK 0 0.91 0.88 0.05
HSL 357.55º 0.89% 0.51% -
HSV(B) 357.55º 0.91% 0.95% -
XYZ 36.78 19.33 3.02 -
YUV 87.81 95.39 237.27 -
System Red Green Blue C M Y K H S L
Decimal 241 21 30 0 0.91 0.88 0.05 357.55 0.89 0.51
Hex F1 15 1E 0 5B 58 5 166 59 33
Octal 361 25 36 0 133 130 5 546 131 63
Binary 11110001 10101 11110 0 1011011 1011000 101 101100110 1011001 110011

Color Harmonies of #F1151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1151E

Black with #F1151E

Text Example


Text Example

White with #F1151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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