Html Css Color HEX #F61339 Torch Red

📋 copy color: '#F61339'

red 246 ◦ green 19 ◦ blue 57

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

Shades of Torch Red #F61339

Tints of Torch Red #F61339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 76.4%
G = 5.9%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F61339 (or 0xF61339) is known color: Torch Red. HEX triplet: F6, 13 and 39. RGB value is (246,19,57). Sum of RGB (Red+Green+Blue) = 246+19+57=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F61339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61339 is #09ECC6. Grayscale: #5B5B5B. Windows color (decimal): -650439 or 3740662. OLE color: 3740662.

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

Color convert

RGB 246 19 57 -
CMYK 0 0.92 0.77 0.04
HSL 349.96º 0.93% 0.52% -
HSV(B) 349.96º 0.92% 0.96% -
XYZ 38.98 20.35 5.75 -
YUV 91.21 108.71 238.41 -
System Red Green Blue C M Y K H S L
Decimal 246 19 57 0 0.92 0.77 0.04 349.96 0.93 0.52
Hex F6 13 39 0 5C 4D 4 15E 5D 34
Octal 366 23 71 0 134 115 4 536 135 64
Binary 11110110 10011 111001 0 1011100 1001101 100 101011110 1011101 110100

Color Harmonies of #F61339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61339

Black with #F61339

Text Example


Text Example

White with #F61339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61339; }

 p { color: rgb(246,19,57); }

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

background-color css

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

 a { background-color: rgb(246,19,57); }

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

border-color css

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

 span { border-color: rgb(246,19,57); }

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