Html Css Color HEX #F00836 Torch Red

📋 copy color: '#F00836'

red 240 ◦ green 8 ◦ blue 54

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

Shades of Torch Red #F00836

Tints of Torch Red #F00836

RGB

 RED value IS 240 (94.14% from 255) = 79.47%

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

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

R = 79.47%
G = 2.65%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F00836 (or 0xF00836) is known color: Torch Red. HEX triplet: F0, 08 and 36. RGB value is (240,8,54). Sum of RGB (Red+Green+Blue) = 240+8+54=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F00836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00836 is #0FF7C9. Grayscale: #525252. Windows color (decimal): -1046474 or 3541232. OLE color: 3541232.

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

Color convert

RGB 240 8 54 -
CMYK 0 0.97 0.78 0.06
HSL 348.1º 0.94% 0.49% -
HSV(B) 348.1º 0.97% 0.94% -
XYZ 36.69 18.97 5.22 -
YUV 82.61 111.86 240.26 -
System Red Green Blue C M Y K H S L
Decimal 240 8 54 0 0.97 0.78 0.06 348.1 0.94 0.49
Hex F0 8 36 0 61 4E 6 15C 5E 31
Octal 360 10 66 0 141 116 6 534 136 61
Binary 11110000 1000 110110 0 1100001 1001110 110 101011100 1011110 110001

Color Harmonies of #F00836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00836

Black with #F00836

Text Example


Text Example

White with #F00836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00836; }

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

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

background-color css

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

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

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

border-color css

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

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

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