Html Css Color HEX #F61718 Torch Red

📋 copy color: '#F61718'

red 246 ◦ green 23 ◦ blue 24

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

Shades of Torch Red #F61718

Tints of Torch Red #F61718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 83.96%
G = 7.85%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F61718 (or 0xF61718) is known color: Torch Red. HEX triplet: F6, 17 and 18. RGB value is (246,23,24). Sum of RGB (Red+Green+Blue) = 246+23+24=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F61718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61718 is #09E8E7. Grayscale: #5A5A5A. Windows color (decimal): -649448 or 1578998. OLE color: 1578998.

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

Color convert

RGB 246 23 24 -
CMYK 0 0.91 0.90 0.04
HSL 359.73º 0.93% 0.53% -
HSV(B) 359.73º 0.91% 0.96% -
XYZ 38.48 20.27 2.75 -
YUV 89.79 90.88 239.42 -
System Red Green Blue C M Y K H S L
Decimal 246 23 24 0 0.91 0.90 0.04 359.73 0.93 0.53
Hex F6 17 18 0 5B 5A 4 168 5D 35
Octal 366 27 30 0 133 132 4 550 135 65
Binary 11110110 10111 11000 0 1011011 1011010 100 101101000 1011101 110101

Color Harmonies of #F61718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61718

Black with #F61718

Text Example


Text Example

White with #F61718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61718; }

 p { color: rgb(246,23,24); }

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

background-color css

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

 a { background-color: rgb(246,23,24); }

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

border-color css

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

 span { border-color: rgb(246,23,24); }

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