Html Css Color HEX #F61015 Torch Red

📋 copy color: '#F61015'

red 246 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #F61015

Tints of Torch Red #F61015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 86.93%
G = 5.65%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F61015 (or 0xF61015) is known color: Torch Red. HEX triplet: F6, 10 and 15. RGB value is (246,16,21). Sum of RGB (Red+Green+Blue) = 246+16+21=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F61015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61015 is #09EFEA. Grayscale: #555555. Windows color (decimal): -651243 or 1380598. OLE color: 1380598.

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

Color convert

RGB 246 16 21 -
CMYK 0 0.93 0.91 0.04
HSL 358.7º 0.93% 0.51% -
HSV(B) 358.7º 0.93% 0.96% -
XYZ 38.33 20.02 2.55 -
YUV 85.34 91.7 242.59 -
System Red Green Blue C M Y K H S L
Decimal 246 16 21 0 0.93 0.91 0.04 358.7 0.93 0.51
Hex F6 10 15 0 5D 5B 4 167 5D 33
Octal 366 20 25 0 135 133 4 547 135 63
Binary 11110110 10000 10101 0 1011101 1011011 100 101100111 1011101 110011

Color Harmonies of #F61015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61015

Black with #F61015

Text Example


Text Example

White with #F61015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61015; }

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

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

background-color css

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

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

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

border-color css

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

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

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