Html Css Color HEX #F11733 Torch Red

📋 copy color: '#F11733'

red 241 ◦ green 23 ◦ blue 51

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

Shades of Torch Red #F11733

Tints of Torch Red #F11733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 76.51%
G = 7.3%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F11733 (or 0xF11733) is known color: Torch Red. HEX triplet: F1, 17 and 33. RGB value is (241,23,51). Sum of RGB (Red+Green+Blue) = 241+23+51=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F11733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11733 is #0EE8CC. Grayscale: #5B5B5B. Windows color (decimal): -977101 or 3348465. OLE color: 3348465.

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

Color convert

RGB 241 23 51 -
CMYK 0 0.90 0.79 0.05
HSL 352.29º 0.89% 0.52% -
HSV(B) 352.29º 0.9% 0.95% -
XYZ 37.18 19.55 4.95 -
YUV 91.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 241 23 51 0 0.90 0.79 0.05 352.29 0.89 0.52
Hex F1 17 33 0 5A 4F 5 160 59 34
Octal 361 27 63 0 132 117 5 540 131 64
Binary 11110001 10111 110011 0 1011010 1001111 101 101100000 1011001 110100

Color Harmonies of #F11733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11733

Black with #F11733

Text Example


Text Example

White with #F11733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11733; }

 p { color: rgb(241,23,51); }

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

background-color css

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

 a { background-color: rgb(241,23,51); }

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

border-color css

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

 span { border-color: rgb(241,23,51); }

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