Html Css Color HEX #F61925 Torch Red

📋 copy color: '#F61925'

red 246 ◦ green 25 ◦ blue 37

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

Shades of Torch Red #F61925

Tints of Torch Red #F61925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 79.87%
G = 8.12%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F61925 (or 0xF61925) is known color: Torch Red. HEX triplet: F6, 19 and 25. RGB value is (246,25,37). Sum of RGB (Red+Green+Blue) = 246+25+37=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F61925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61925 is #09E6DA. Grayscale: #5C5C5C. Windows color (decimal): -648923 or 2431478. OLE color: 2431478.

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

Color convert

RGB 246 25 37 -
CMYK 0 0.90 0.85 0.04
HSL 356.74º 0.92% 0.53% -
HSV(B) 356.74º 0.9% 0.96% -
XYZ 38.69 20.42 3.65 -
YUV 92.45 96.72 237.52 -
System Red Green Blue C M Y K H S L
Decimal 246 25 37 0 0.90 0.85 0.04 356.74 0.92 0.53
Hex F6 19 25 0 5A 55 4 165 5C 35
Octal 366 31 45 0 132 125 4 545 134 65
Binary 11110110 11001 100101 0 1011010 1010101 100 101100101 1011100 110101

Color Harmonies of #F61925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61925

Black with #F61925

Text Example


Text Example

White with #F61925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61925; }

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

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

background-color css

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

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

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

border-color css

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

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

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