Html Css Color HEX #F11921 Torch Red

📋 copy color: '#F11921'

red 241 ◦ green 25 ◦ blue 33

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

Shades of Torch Red #F11921

Tints of Torch Red #F11921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 80.6%
G = 8.36%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F11921 (or 0xF11921) is known color: Torch Red. HEX triplet: F1, 19 and 21. RGB value is (241,25,33). Sum of RGB (Red+Green+Blue) = 241+25+33=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F11921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11921 is #0EE6DE. Grayscale: #5A5A5A. Windows color (decimal): -976607 or 2169329. OLE color: 2169329.

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

Color convert

RGB 241 25 33 -
CMYK 0 0.90 0.86 0.05
HSL 357.78º 0.89% 0.52% -
HSV(B) 357.78º 0.9% 0.95% -
XYZ 36.9 19.51 3.26 -
YUV 90.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 241 25 33 0 0.90 0.86 0.05 357.78 0.89 0.52
Hex F1 19 21 0 5A 56 5 166 59 34
Octal 361 31 41 0 132 126 5 546 131 64
Binary 11110001 11001 100001 0 1011010 1010110 101 101100110 1011001 110100

Color Harmonies of #F11921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11921

Black with #F11921

Text Example


Text Example

White with #F11921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11921; }

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

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

background-color css

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

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

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

border-color css

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

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

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