Html Css Color HEX #F6151A Torch Red

📋 copy color: '#F6151A'

red 246 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F6151A

Tints of Torch Red #F6151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 83.96%
G = 7.17%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6151A (or 0xF6151A) is known color: Torch Red. HEX triplet: F6, 15 and 1A. RGB value is (246,21,26). Sum of RGB (Red+Green+Blue) = 246+21+26=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F6151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6151A is #09EAE5. Grayscale: #595959. Windows color (decimal): -649958 or 1709558. OLE color: 1709558.

HSL color Cylindrical-coordinate representation of color #F6151A: hue angle of 358.67º 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 #F6151A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 26 -
CMYK 0 0.91 0.89 0.04
HSL 358.67º 0.93% 0.52% -
HSV(B) 358.67º 0.91% 0.96% -
XYZ 38.46 20.2 2.85 -
YUV 88.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 246 21 26 0 0.91 0.89 0.04 358.67 0.93 0.52
Hex F6 15 1A 0 5B 59 4 167 5D 34
Octal 366 25 32 0 133 131 4 547 135 64
Binary 11110110 10101 11010 0 1011011 1011001 100 101100111 1011101 110100

Color Harmonies of #F6151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6151A

Black with #F6151A

Text Example


Text Example

White with #F6151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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