Html Css Color HEX #F1153A Torch Red

📋 copy color: '#F1153A'

red 241 ◦ green 21 ◦ blue 58

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

Shades of Torch Red #F1153A

Tints of Torch Red #F1153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 75.31%
G = 6.56%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1153A (or 0xF1153A) is known color: Torch Red. HEX triplet: F1, 15 and 3A. RGB value is (241,21,58). Sum of RGB (Red+Green+Blue) = 241+21+58=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F1153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1153A is #0EEAC5. Grayscale: #5B5B5B. Windows color (decimal): -977606 or 3806705. OLE color: 3806705.

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

Color convert

RGB 241 21 58 -
CMYK 0 0.91 0.76 0.05
HSL 349.91º 0.89% 0.51% -
HSV(B) 349.91º 0.91% 0.95% -
XYZ 37.31 19.54 5.81 -
YUV 91 109.39 234.99 -
System Red Green Blue C M Y K H S L
Decimal 241 21 58 0 0.91 0.76 0.05 349.91 0.89 0.51
Hex F1 15 3A 0 5B 4C 5 15E 59 33
Octal 361 25 72 0 133 114 5 536 131 63
Binary 11110001 10101 111010 0 1011011 1001100 101 101011110 1011001 110011

Color Harmonies of #F1153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1153A

Black with #F1153A

Text Example


Text Example

White with #F1153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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