Html Css Color HEX #F11734 Torch Red

📋 copy color: '#F11734'

red 241 ◦ green 23 ◦ blue 52

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

Shades of Torch Red #F11734

Tints of Torch Red #F11734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 76.27%
G = 7.28%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11734 (or 0xF11734) is known color: Torch Red. HEX triplet: F1, 17 and 34. RGB value is (241,23,52). Sum of RGB (Red+Green+Blue) = 241+23+52=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F11734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11734 is #0EE8CB. Grayscale: #5B5B5B. Windows color (decimal): -977100 or 3414001. OLE color: 3414001.

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

Color convert

RGB 241 23 52 -
CMYK 0 0.90 0.78 0.05
HSL 352.02º 0.89% 0.52% -
HSV(B) 352.02º 0.9% 0.95% -
XYZ 37.2 19.56 5.06 -
YUV 91.49 105.72 234.64 -
System Red Green Blue C M Y K H S L
Decimal 241 23 52 0 0.90 0.78 0.05 352.02 0.89 0.52
Hex F1 17 34 0 5A 4E 5 160 59 34
Octal 361 27 64 0 132 116 5 540 131 64
Binary 11110001 10111 110100 0 1011010 1001110 101 101100000 1011001 110100

Color Harmonies of #F11734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11734

Black with #F11734

Text Example


Text Example

White with #F11734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11734; }

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

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

background-color css

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

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

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

border-color css

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

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

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