Html Css Color HEX #F61629 Torch Red

📋 copy color: '#F61629'

red 246 ◦ green 22 ◦ blue 41

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

Shades of Torch Red #F61629

Tints of Torch Red #F61629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

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

R = 79.61%
G = 7.12%
B = 13.27%

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

#F61629 (or 0xF61629) is known color: Torch Red. HEX triplet: F6, 16 and 29. RGB value is (246,22,41). Sum of RGB (Red+Green+Blue) = 246+22+41=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F61629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61629 is #09E9D6. Grayscale: #5B5B5B. Windows color (decimal): -649687 or 2692854. OLE color: 2692854.

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

Color convert

RGB 246 22 41 -
CMYK 0 0.91 0.83 0.04
HSL 354.91º 0.93% 0.53% -
HSV(B) 354.91º 0.91% 0.96% -
XYZ 38.69 20.33 3.98 -
YUV 91.14 99.71 238.46 -
System Red Green Blue C M Y K H S L
Decimal 246 22 41 0 0.91 0.83 0.04 354.91 0.93 0.53
Hex F6 16 29 0 5B 53 4 163 5D 35
Octal 366 26 51 0 133 123 4 543 135 65
Binary 11110110 10110 101001 0 1011011 1010011 100 101100011 1011101 110101

Color Harmonies of #F61629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61629

Black with #F61629

Text Example


Text Example

White with #F61629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61629; }

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

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

background-color css

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

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

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

border-color css

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

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

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