Html Css Color HEX #F61D32 Torch Red

📋 copy color: '#F61D32'

red 246 ◦ green 29 ◦ blue 50

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

Shades of Torch Red #F61D32

Tints of Torch Red #F61D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 75.69%
G = 8.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61D32 (or 0xF61D32) is known color: Torch Red. HEX triplet: F6, 1D and 32. RGB value is (246,29,50). Sum of RGB (Red+Green+Blue) = 246+29+50=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D32 is #09E2CD. Grayscale: #606060. Windows color (decimal): -647886 or 3284470. OLE color: 3284470.

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

Color convert

RGB 246 29 50 -
CMYK 0 0.88 0.80 0.04
HSL 354.19º 0.92% 0.54% -
HSV(B) 354.19º 0.88% 0.96% -
XYZ 39.02 20.7 4.96 -
YUV 96.28 101.89 234.79 -
System Red Green Blue C M Y K H S L
Decimal 246 29 50 0 0.88 0.80 0.04 354.19 0.92 0.54
Hex F6 1D 32 0 58 50 4 162 5C 36
Octal 366 35 62 0 130 120 4 542 134 66
Binary 11110110 11101 110010 0 1011000 1010000 100 101100010 1011100 110110

Color Harmonies of #F61D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D32

Black with #F61D32

Text Example


Text Example

White with #F61D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D32; }

 p { color: rgb(246,29,50); }

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

background-color css

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

 a { background-color: rgb(246,29,50); }

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

border-color css

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

 span { border-color: rgb(246,29,50); }

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