Html Css Color HEX #F60216 Torch Red

📋 copy color: '#F60216'

red 246 ◦ green 2 ◦ blue 22

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

Shades of Torch Red #F60216

Tints of Torch Red #F60216

RGB

 RED value IS 246 (96.48% from 255) = 91.11%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 91.11%
G = 0.74%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F60216 (or 0xF60216) is known color: Torch Red. HEX triplet: F6, 02 and 16. RGB value is (246,2,22). Sum of RGB (Red+Green+Blue) = 246+2+22=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F60216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60216 is #09FDE9. Grayscale: #4D4D4D. Windows color (decimal): -654826 or 1442550. OLE color: 1442550.

HSL color Cylindrical-coordinate representation of color #F60216: hue angle of 355.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60216 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 22 -
CMYK 0 0.99 0.91 0.04
HSL 355.08º 0.98% 0.49% -
HSV(B) 355.08º 0.99% 0.96% -
XYZ 38.17 19.69 2.55 -
YUV 77.24 96.84 248.37 -
System Red Green Blue C M Y K H S L
Decimal 246 2 22 0 0.99 0.91 0.04 355.08 0.98 0.49
Hex F6 2 16 0 63 5B 4 163 62 31
Octal 366 2 26 0 143 133 4 543 142 61
Binary 11110110 10 10110 0 1100011 1011011 100 101100011 1100010 110001

Color Harmonies of #F60216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60216

Black with #F60216

Text Example


Text Example

White with #F60216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60216; }

 p { color: rgb(246,2,22); }

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

background-color css

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

 a { background-color: rgb(246,2,22); }

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

border-color css

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

 span { border-color: rgb(246,2,22); }

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