Html Css Color HEX #F61729 Torch Red

📋 copy color: '#F61729'

red 246 ◦ green 23 ◦ blue 41

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

Shades of Torch Red #F61729

Tints of Torch Red #F61729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 79.35%
G = 7.42%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F61729 (or 0xF61729) is known color: Torch Red. HEX triplet: F6, 17 and 29. RGB value is (246,23,41). Sum of RGB (Red+Green+Blue) = 246+23+41=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F61729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61729 is #09E8D6. Grayscale: #5B5B5B. Windows color (decimal): -649431 or 2693110. OLE color: 2693110.

HSL color Cylindrical-coordinate representation of color #F61729: hue angle of 355.16º 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 #F61729 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 23 41 -
CMYK 0 0.91 0.83 0.04
HSL 355.16º 0.93% 0.53% -
HSV(B) 355.16º 0.91% 0.96% -
XYZ 38.71 20.37 3.99 -
YUV 91.73 99.38 238.04 -
System Red Green Blue C M Y K H S L
Decimal 246 23 41 0 0.91 0.83 0.04 355.16 0.93 0.53
Hex F6 17 29 0 5B 53 4 163 5D 35
Octal 366 27 51 0 133 123 4 543 135 65
Binary 11110110 10111 101001 0 1011011 1010011 100 101100011 1011101 110101

Color Harmonies of #F61729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61729

Black with #F61729

Text Example


Text Example

White with #F61729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61729; }

 p { color: rgb(246,23,41); }

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

background-color css

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

 a { background-color: rgb(246,23,41); }

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

border-color css

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

 span { border-color: rgb(246,23,41); }

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