Html Css Color HEX #F61518 Torch Red

📋 copy color: '#F61518'

red 246 ◦ green 21 ◦ blue 24

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

Shades of Torch Red #F61518

Tints of Torch Red #F61518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 84.54%
G = 7.22%
B = 8.25%

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

#F61518 (or 0xF61518) is known color: Torch Red. HEX triplet: F6, 15 and 18. RGB value is (246,21,24). Sum of RGB (Red+Green+Blue) = 246+21+24=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F61518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61518 is #09EAE7. Grayscale: #585858. Windows color (decimal): -649960 or 1578486. OLE color: 1578486.

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

Color convert

RGB 246 21 24 -
CMYK 0 0.91 0.90 0.04
HSL 359.2º 0.93% 0.52% -
HSV(B) 359.2º 0.91% 0.96% -
XYZ 38.44 20.2 2.74 -
YUV 88.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 246 21 24 0 0.91 0.90 0.04 359.2 0.93 0.52
Hex F6 15 18 0 5B 5A 4 167 5D 34
Octal 366 25 30 0 133 132 4 547 135 64
Binary 11110110 10101 11000 0 1011011 1011010 100 101100111 1011101 110100

Color Harmonies of #F61518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61518

Black with #F61518

Text Example


Text Example

White with #F61518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61518; }

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

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

background-color css

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

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

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

border-color css

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

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

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