Html Css Color HEX #F11930 Torch Red

📋 copy color: '#F11930'

red 241 ◦ green 25 ◦ blue 48

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

Shades of Torch Red #F11930

Tints of Torch Red #F11930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 76.75%
G = 7.96%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F11930 (or 0xF11930) is known color: Torch Red. HEX triplet: F1, 19 and 30. RGB value is (241,25,48). Sum of RGB (Red+Green+Blue) = 241+25+48=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11930 is #0EE6CF. Grayscale: #5C5C5C. Windows color (decimal): -976592 or 3152369. OLE color: 3152369.

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

Color convert

RGB 241 25 48 -
CMYK 0 0.90 0.80 0.05
HSL 353.61º 0.89% 0.52% -
HSV(B) 353.61º 0.9% 0.95% -
XYZ 37.16 19.61 4.62 -
YUV 92.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 241 25 48 0 0.90 0.80 0.05 353.61 0.89 0.52
Hex F1 19 30 0 5A 50 5 162 59 34
Octal 361 31 60 0 132 120 5 542 131 64
Binary 11110001 11001 110000 0 1011010 1010000 101 101100010 1011001 110100

Color Harmonies of #F11930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11930

Black with #F11930

Text Example


Text Example

White with #F11930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11930; }

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

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

background-color css

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

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

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

border-color css

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

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

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