Html Css Color HEX #F60E1E Torch Red

📋 copy color: '#F60E1E'

red 246 ◦ green 14 ◦ blue 30

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

Shades of Torch Red #F60E1E

Tints of Torch Red #F60E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 84.83%
G = 4.83%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F60E1E (or 0xF60E1E) is known color: Torch Red. HEX triplet: F6, 0E and 1E. RGB value is (246,14,30). Sum of RGB (Red+Green+Blue) = 246+14+30=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60E1E is #09F1E1. Grayscale: #555555. Windows color (decimal): -651746 or 1969910. OLE color: 1969910.

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

Color convert

RGB 246 14 30 -
CMYK 0 0.94 0.88 0.04
HSL 355.86º 0.93% 0.51% -
HSV(B) 355.86º 0.94% 0.96% -
XYZ 38.4 20 3.07 -
YUV 85.19 96.86 242.7 -
System Red Green Blue C M Y K H S L
Decimal 246 14 30 0 0.94 0.88 0.04 355.86 0.93 0.51
Hex F6 E 1E 0 5E 58 4 164 5D 33
Octal 366 16 36 0 136 130 4 544 135 63
Binary 11110110 1110 11110 0 1011110 1011000 100 101100100 1011101 110011

Color Harmonies of #F60E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60E1E

Black with #F60E1E

Text Example


Text Example

White with #F60E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60E1E; }

 p { color: rgb(246,14,30); }

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

background-color css

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

 a { background-color: rgb(246,14,30); }

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

border-color css

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

 span { border-color: rgb(246,14,30); }

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