Html Css Color HEX #F10836 Torch Red

📋 copy color: '#F10836'

red 241 ◦ green 8 ◦ blue 54

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

Shades of Torch Red #F10836

Tints of Torch Red #F10836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 79.54%
G = 2.64%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F10836 (or 0xF10836) is known color: Torch Red. HEX triplet: F1, 08 and 36. RGB value is (241,8,54). Sum of RGB (Red+Green+Blue) = 241+8+54=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F10836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10836 is #0EF7C9. Grayscale: #525252. Windows color (decimal): -980938 or 3541233. OLE color: 3541233.

HSL color Cylindrical-coordinate representation of color #F10836: hue angle of 348.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10836 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 8 54 -
CMYK 0 0.97 0.78 0.05
HSL 348.15º 0.94% 0.49% -
HSV(B) 348.15º 0.97% 0.95% -
XYZ 37.03 19.14 5.23 -
YUV 82.91 111.69 240.76 -
System Red Green Blue C M Y K H S L
Decimal 241 8 54 0 0.97 0.78 0.05 348.15 0.94 0.49
Hex F1 8 36 0 61 4E 5 15C 5E 31
Octal 361 10 66 0 141 116 5 534 136 61
Binary 11110001 1000 110110 0 1100001 1001110 101 101011100 1011110 110001

Color Harmonies of #F10836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10836

Black with #F10836

Text Example


Text Example

White with #F10836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10836; }

 p { color: rgb(241,8,54); }

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

background-color css

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

 a { background-color: rgb(241,8,54); }

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

border-color css

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

 span { border-color: rgb(241,8,54); }

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