Html Css Color HEX #F60C1E Torch Red

📋 copy color: '#F60C1E'

red 246 ◦ green 12 ◦ blue 30

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

Shades of Torch Red #F60C1E

Tints of Torch Red #F60C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 85.42%
G = 4.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F60C1E (or 0xF60C1E) is known color: Torch Red. HEX triplet: F6, 0C and 1E. RGB value is (246,12,30). Sum of RGB (Red+Green+Blue) = 246+12+30=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C1E is #09F3E1. Grayscale: #545454. Windows color (decimal): -652258 or 1969398. OLE color: 1969398.

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

Color convert

RGB 246 12 30 -
CMYK 0 0.95 0.88 0.04
HSL 355.38º 0.93% 0.51% -
HSV(B) 355.38º 0.95% 0.96% -
XYZ 38.37 19.95 3.06 -
YUV 84.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 246 12 30 0 0.95 0.88 0.04 355.38 0.93 0.51
Hex F6 C 1E 0 5F 58 4 163 5D 33
Octal 366 14 36 0 137 130 4 543 135 63
Binary 11110110 1100 11110 0 1011111 1011000 100 101100011 1011101 110011

Color Harmonies of #F60C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C1E

Black with #F60C1E

Text Example


Text Example

White with #F60C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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