Html Css Color HEX #F61128 Torch Red

📋 copy color: '#F61128'

red 246 ◦ green 17 ◦ blue 40

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

Shades of Torch Red #F61128

Tints of Torch Red #F61128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 81.19%
G = 5.61%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F61128 (or 0xF61128) is known color: Torch Red. HEX triplet: F6, 11 and 28. RGB value is (246,17,40). Sum of RGB (Red+Green+Blue) = 246+17+40=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F61128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61128 is #09EED7. Grayscale: #585858. Windows color (decimal): -650968 or 2626038. OLE color: 2626038.

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

Color convert

RGB 246 17 40 -
CMYK 0 0.93 0.84 0.04
HSL 353.97º 0.93% 0.52% -
HSV(B) 353.97º 0.93% 0.96% -
XYZ 38.59 20.15 3.86 -
YUV 88.09 100.87 240.63 -
System Red Green Blue C M Y K H S L
Decimal 246 17 40 0 0.93 0.84 0.04 353.97 0.93 0.52
Hex F6 11 28 0 5D 54 4 162 5D 34
Octal 366 21 50 0 135 124 4 542 135 64
Binary 11110110 10001 101000 0 1011101 1010100 100 101100010 1011101 110100

Color Harmonies of #F61128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61128

Black with #F61128

Text Example


Text Example

White with #F61128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61128; }

 p { color: rgb(246,17,40); }

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

background-color css

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

 a { background-color: rgb(246,17,40); }

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

border-color css

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

 span { border-color: rgb(246,17,40); }

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