Html Css Color HEX #F61632 Torch Red

📋 copy color: '#F61632'

red 246 ◦ green 22 ◦ blue 50

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

Shades of Torch Red #F61632

Tints of Torch Red #F61632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

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

R = 77.36%
G = 6.92%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61632 (or 0xF61632) is known color: Torch Red. HEX triplet: F6, 16 and 32. RGB value is (246,22,50). Sum of RGB (Red+Green+Blue) = 246+22+50=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F61632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61632 is #09E9CD. Grayscale: #5C5C5C. Windows color (decimal): -649678 or 3282678. OLE color: 3282678.

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

Color convert

RGB 246 22 50 -
CMYK 0 0.91 0.80 0.04
HSL 352.5º 0.93% 0.53% -
HSV(B) 352.5º 0.91% 0.96% -
XYZ 38.87 20.4 4.91 -
YUV 92.17 104.21 237.72 -
System Red Green Blue C M Y K H S L
Decimal 246 22 50 0 0.91 0.80 0.04 352.5 0.93 0.53
Hex F6 16 32 0 5B 50 4 160 5D 35
Octal 366 26 62 0 133 120 4 540 135 65
Binary 11110110 10110 110010 0 1011011 1010000 100 101100000 1011101 110101

Color Harmonies of #F61632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61632

Black with #F61632

Text Example


Text Example

White with #F61632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61632; }

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

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

background-color css

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

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

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

border-color css

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

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

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