Html Css Color HEX #F60925 Torch Red

📋 copy color: '#F60925'

red 246 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #F60925

Tints of Torch Red #F60925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 84.25%
G = 3.08%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F60925 (or 0xF60925) is known color: Torch Red. HEX triplet: F6, 09 and 25. RGB value is (246,9,37). Sum of RGB (Red+Green+Blue) = 246+9+37=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F60925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60925 is #09F6DA. Grayscale: #535353. Windows color (decimal): -653019 or 2427382. OLE color: 2427382.

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

Color convert

RGB 246 9 37 -
CMYK 0 0.96 0.85 0.04
HSL 352.91º 0.93% 0.5% -
HSV(B) 352.91º 0.96% 0.96% -
XYZ 38.44 19.92 3.57 -
YUV 83.06 102.02 244.22 -
System Red Green Blue C M Y K H S L
Decimal 246 9 37 0 0.96 0.85 0.04 352.91 0.93 0.5
Hex F6 9 25 0 60 55 4 161 5D 32
Octal 366 11 45 0 140 125 4 541 135 62
Binary 11110110 1001 100101 0 1100000 1010101 100 101100001 1011101 110010

Color Harmonies of #F60925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60925

Black with #F60925

Text Example


Text Example

White with #F60925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60925; }

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

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

background-color css

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

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

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

border-color css

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

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

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