Html Css Color HEX #F60309 Torch Red

📋 copy color: '#F60309'

red 246 ◦ green 3 ◦ blue 9

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

Shades of Torch Red #F60309

Tints of Torch Red #F60309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 95.35%
G = 1.16%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F60309 (or 0xF60309) is known color: Torch Red. HEX triplet: F6, 03 and 09. RGB value is (246,3,9). Sum of RGB (Red+Green+Blue) = 246+3+9=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F60309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60309 is #09FCF6. Grayscale: #4C4C4C. Windows color (decimal): -654583 or 590838. OLE color: 590838.

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

Color convert

RGB 246 3 9 -
CMYK 0 0.99 0.96 0.04
HSL 358.52º 0.98% 0.49% -
HSV(B) 358.52º 0.99% 0.96% -
XYZ 38.09 19.68 2.05 -
YUV 76.34 90.01 249.01 -
System Red Green Blue C M Y K H S L
Decimal 246 3 9 0 0.99 0.96 0.04 358.52 0.98 0.49
Hex F6 3 9 0 63 60 4 167 62 31
Octal 366 3 11 0 143 140 4 547 142 61
Binary 11110110 11 1001 0 1100011 1100000 100 101100111 1100010 110001

Color Harmonies of #F60309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60309

Black with #F60309

Text Example


Text Example

White with #F60309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60309; }

 p { color: rgb(246,3,9); }

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

background-color css

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

 a { background-color: rgb(246,3,9); }

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

border-color css

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

 span { border-color: rgb(246,3,9); }

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