Html Css Color HEX #F60828 Torch Red

📋 copy color: '#F60828'

red 246 ◦ green 8 ◦ blue 40

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

Shades of Torch Red #F60828

Tints of Torch Red #F60828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 83.67%
G = 2.72%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F60828 (or 0xF60828) is known color: Torch Red. HEX triplet: F6, 08 and 28. RGB value is (246,8,40). Sum of RGB (Red+Green+Blue) = 246+8+40=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F60828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60828 is #09F7D7. Grayscale: #525252. Windows color (decimal): -653272 or 2623734. OLE color: 2623734.

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

Color convert

RGB 246 8 40 -
CMYK 0 0.97 0.84 0.04
HSL 351.93º 0.94% 0.5% -
HSV(B) 351.93º 0.97% 0.96% -
XYZ 38.48 19.92 3.82 -
YUV 82.81 103.85 244.4 -
System Red Green Blue C M Y K H S L
Decimal 246 8 40 0 0.97 0.84 0.04 351.93 0.94 0.5
Hex F6 8 28 0 61 54 4 160 5E 32
Octal 366 10 50 0 141 124 4 540 136 62
Binary 11110110 1000 101000 0 1100001 1010100 100 101100000 1011110 110010

Color Harmonies of #F60828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60828

Black with #F60828

Text Example


Text Example

White with #F60828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60828; }

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

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

background-color css

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

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

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

border-color css

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

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

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