Html Css Color HEX #F6151C Torch Red

📋 copy color: '#F6151C'

red 246 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #F6151C

Tints of Torch Red #F6151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 83.39%
G = 7.12%
B = 9.49%

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

#F6151C (or 0xF6151C) is known color: Torch Red. HEX triplet: F6, 15 and 1C. RGB value is (246,21,28). Sum of RGB (Red+Green+Blue) = 246+21+28=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6151C is #09EAE3. Grayscale: #595959. Windows color (decimal): -649956 or 1840630. OLE color: 1840630.

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

Color convert

RGB 246 21 28 -
CMYK 0 0.91 0.89 0.04
HSL 358.13º 0.93% 0.52% -
HSV(B) 358.13º 0.91% 0.96% -
XYZ 38.48 20.21 2.97 -
YUV 89.07 93.54 239.93 -
System Red Green Blue C M Y K H S L
Decimal 246 21 28 0 0.91 0.89 0.04 358.13 0.93 0.52
Hex F6 15 1C 0 5B 59 4 166 5D 34
Octal 366 25 34 0 133 131 4 546 135 64
Binary 11110110 10101 11100 0 1011011 1011001 100 101100110 1011101 110100

Color Harmonies of #F6151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6151C

Black with #F6151C

Text Example


Text Example

White with #F6151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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