Html Css Color HEX #F61832 Torch Red

📋 copy color: '#F61832'

red 246 ◦ green 24 ◦ blue 50

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

Shades of Torch Red #F61832

Tints of Torch Red #F61832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

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

R = 76.88%
G = 7.5%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61832 (or 0xF61832) is known color: Torch Red. HEX triplet: F6, 18 and 32. RGB value is (246,24,50). Sum of RGB (Red+Green+Blue) = 246+24+50=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F61832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61832 is #09E7CD. Grayscale: #5D5D5D. Windows color (decimal): -649166 or 3283190. OLE color: 3283190.

HSL color Cylindrical-coordinate representation of color #F61832: hue angle of 352.97º degrees, saturation: 0.93, 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 #F61832 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 50 -
CMYK 0 0.90 0.80 0.04
HSL 352.97º 0.93% 0.53% -
HSV(B) 352.97º 0.9% 0.96% -
XYZ 38.91 20.48 4.92 -
YUV 93.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 246 24 50 0 0.90 0.80 0.04 352.97 0.93 0.53
Hex F6 18 32 0 5A 50 4 161 5C 35
Octal 366 30 62 0 132 120 4 541 134 65
Binary 11110110 11000 110010 0 1011010 1010000 100 101100001 1011100 110101

Color Harmonies of #F61832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61832

Black with #F61832

Text Example


Text Example

White with #F61832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61832; }

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

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

background-color css

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

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

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

border-color css

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

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

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