Html Css Color HEX #F11945 Torch Red

📋 copy color: '#F11945'

red 241 ◦ green 25 ◦ blue 69

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

Shades of Torch Red #F11945

Tints of Torch Red #F11945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 71.94%
G = 7.46%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11945 (or 0xF11945) is known color: Torch Red. HEX triplet: F1, 19 and 45. RGB value is (241,25,69). Sum of RGB (Red+Green+Blue) = 241+25+69=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F11945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11945 is #0EE6BA. Grayscale: #5E5E5E. Windows color (decimal): -976571 or 4528625. OLE color: 4528625.

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

Color convert

RGB 241 25 69 -
CMYK 0 0.90 0.71 0.05
HSL 347.78º 0.89% 0.52% -
HSV(B) 347.78º 0.9% 0.95% -
XYZ 37.7 19.83 7.47 -
YUV 94.6 113.56 232.42 -
System Red Green Blue C M Y K H S L
Decimal 241 25 69 0 0.90 0.71 0.05 347.78 0.89 0.52
Hex F1 19 45 0 5A 47 5 15C 59 34
Octal 361 31 105 0 132 107 5 534 131 64
Binary 11110001 11001 1000101 0 1011010 1000111 101 101011100 1011001 110100

Color Harmonies of #F11945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11945

Black with #F11945

Text Example


Text Example

White with #F11945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11945; }

 p { color: rgb(241,25,69); }

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

background-color css

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

 a { background-color: rgb(241,25,69); }

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

border-color css

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

 span { border-color: rgb(241,25,69); }

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