Html Css Color HEX #F61A2B Torch Red

📋 copy color: '#F61A2B'

red 246 ◦ green 26 ◦ blue 43

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

Shades of Torch Red #F61A2B

Tints of Torch Red #F61A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 78.1%
G = 8.25%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F61A2B (or 0xF61A2B) is known color: Torch Red. HEX triplet: F6, 1A and 2B. RGB value is (246,26,43). Sum of RGB (Red+Green+Blue) = 246+26+43=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A2B is #09E5D4. Grayscale: #5D5D5D. Windows color (decimal): -648661 or 2824950. OLE color: 2824950.

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

Color convert

RGB 246 26 43 -
CMYK 0 0.89 0.83 0.04
HSL 355.36º 0.92% 0.53% -
HSV(B) 355.36º 0.89% 0.96% -
XYZ 38.81 20.51 4.2 -
YUV 93.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 246 26 43 0 0.89 0.83 0.04 355.36 0.92 0.53
Hex F6 1A 2B 0 59 53 4 163 5C 35
Octal 366 32 53 0 131 123 4 543 134 65
Binary 11110110 11010 101011 0 1011001 1010011 100 101100011 1011100 110101

Color Harmonies of #F61A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A2B

Black with #F61A2B

Text Example


Text Example

White with #F61A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A2B; }

 p { color: rgb(246,26,43); }

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

background-color css

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

 a { background-color: rgb(246,26,43); }

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

border-color css

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

 span { border-color: rgb(246,26,43); }

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