Html Css Color HEX #F61B2E Torch Red

📋 copy color: '#F61B2E'

red 246 ◦ green 27 ◦ blue 46

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

Shades of Torch Red #F61B2E

Tints of Torch Red #F61B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 77.12%
G = 8.46%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F61B2E (or 0xF61B2E) is known color: Torch Red. HEX triplet: F6, 1B and 2E. RGB value is (246,27,46). Sum of RGB (Red+Green+Blue) = 246+27+46=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61B2E is #09E4D1. Grayscale: #5E5E5E. Windows color (decimal): -648402 or 3021814. OLE color: 3021814.

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

Color convert

RGB 246 27 46 -
CMYK 0 0.89 0.81 0.04
HSL 354.79º 0.92% 0.54% -
HSV(B) 354.79º 0.89% 0.96% -
XYZ 38.89 20.57 4.51 -
YUV 94.65 100.55 235.96 -
System Red Green Blue C M Y K H S L
Decimal 246 27 46 0 0.89 0.81 0.04 354.79 0.92 0.54
Hex F6 1B 2E 0 59 51 4 163 5C 36
Octal 366 33 56 0 131 121 4 543 134 66
Binary 11110110 11011 101110 0 1011001 1010001 100 101100011 1011100 110110

Color Harmonies of #F61B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B2E

Black with #F61B2E

Text Example


Text Example

White with #F61B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B2E; }

 p { color: rgb(246,27,46); }

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

background-color css

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

 a { background-color: rgb(246,27,46); }

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

border-color css

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

 span { border-color: rgb(246,27,46); }

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