Html Css Color HEX #F60313 Torch Red

📋 copy color: '#F60313'

red 246 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #F60313

Tints of Torch Red #F60313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 91.79%
G = 1.12%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F60313 (or 0xF60313) is known color: Torch Red. HEX triplet: F6, 03 and 13. RGB value is (246,3,19). Sum of RGB (Red+Green+Blue) = 246+3+19=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F60313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60313 is #09FCEC. Grayscale: #4D4D4D. Windows color (decimal): -654573 or 1246198. OLE color: 1246198.

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

Color convert

RGB 246 3 19 -
CMYK 0 0.99 0.92 0.04
HSL 356.05º 0.98% 0.49% -
HSV(B) 356.05º 0.99% 0.96% -
XYZ 38.16 19.7 2.41 -
YUV 77.48 95.01 248.2 -
System Red Green Blue C M Y K H S L
Decimal 246 3 19 0 0.99 0.92 0.04 356.05 0.98 0.49
Hex F6 3 13 0 63 5C 4 164 62 31
Octal 366 3 23 0 143 134 4 544 142 61
Binary 11110110 11 10011 0 1100011 1011100 100 101100100 1100010 110001

Color Harmonies of #F60313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60313

Black with #F60313

Text Example


Text Example

White with #F60313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60313; }

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

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

background-color css

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

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

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

border-color css

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

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

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