Html Css Color HEX #F11937 Torch Red

📋 copy color: '#F11937'

red 241 ◦ green 25 ◦ blue 55

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

Shades of Torch Red #F11937

Tints of Torch Red #F11937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 75.08%
G = 7.79%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F11937 (or 0xF11937) is known color: Torch Red. HEX triplet: F1, 19 and 37. RGB value is (241,25,55). Sum of RGB (Red+Green+Blue) = 241+25+55=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F11937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11937 is #0EE6C8. Grayscale: #5D5D5D. Windows color (decimal): -976585 or 3611121. OLE color: 3611121.

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

Color convert

RGB 241 25 55 -
CMYK 0 0.90 0.77 0.05
HSL 351.67º 0.89% 0.52% -
HSV(B) 351.67º 0.9% 0.95% -
XYZ 37.31 19.67 5.44 -
YUV 93 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 241 25 55 0 0.90 0.77 0.05 351.67 0.89 0.52
Hex F1 19 37 0 5A 4D 5 160 59 34
Octal 361 31 67 0 132 115 5 540 131 64
Binary 11110001 11001 110111 0 1011010 1001101 101 101100000 1011001 110100

Color Harmonies of #F11937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11937

Black with #F11937

Text Example


Text Example

White with #F11937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11937; }

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

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

background-color css

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

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

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

border-color css

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

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

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