Html Css Color HEX #F61F34 Torch Red

📋 copy color: '#F61F34'

red 246 ◦ green 31 ◦ blue 52

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

Shades of Torch Red #F61F34

Tints of Torch Red #F61F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 74.77%
G = 9.42%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F61F34 (or 0xF61F34) is known color: Torch Red. HEX triplet: F6, 1F and 34. RGB value is (246,31,52). Sum of RGB (Red+Green+Blue) = 246+31+52=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F34 is #09E0CB. Grayscale: #616161. Windows color (decimal): -647372 or 3416054. OLE color: 3416054.

HSL color Cylindrical-coordinate representation of color #F61F34: hue angle of 354.14º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F34 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 52 -
CMYK 0 0.87 0.79 0.04
HSL 354.14º 0.92% 0.54% -
HSV(B) 354.14º 0.87% 0.96% -
XYZ 39.12 20.82 5.21 -
YUV 97.68 102.23 233.79 -
System Red Green Blue C M Y K H S L
Decimal 246 31 52 0 0.87 0.79 0.04 354.14 0.92 0.54
Hex F6 1F 34 0 57 4F 4 162 5C 36
Octal 366 37 64 0 127 117 4 542 134 66
Binary 11110110 11111 110100 0 1010111 1001111 100 101100010 1011100 110110

Color Harmonies of #F61F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F34

Black with #F61F34

Text Example


Text Example

White with #F61F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F34; }

 p { color: rgb(246,31,52); }

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

background-color css

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

 a { background-color: rgb(246,31,52); }

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

border-color css

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

 span { border-color: rgb(246,31,52); }

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