Html Css Color HEX #F61028 Torch Red

📋 copy color: '#F61028'

red 246 ◦ green 16 ◦ blue 40

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

Shades of Torch Red #F61028

Tints of Torch Red #F61028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

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

R = 81.46%
G = 5.3%
B = 13.25%

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

#F61028 (or 0xF61028) is known color: Torch Red. HEX triplet: F6, 10 and 28. RGB value is (246,16,40). Sum of RGB (Red+Green+Blue) = 246+16+40=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F61028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61028 is #09EFD7. Grayscale: #575757. Windows color (decimal): -651224 or 2625782. OLE color: 2625782.

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

Color convert

RGB 246 16 40 -
CMYK 0 0.93 0.84 0.04
HSL 353.74º 0.93% 0.51% -
HSV(B) 353.74º 0.93% 0.96% -
XYZ 38.57 20.12 3.86 -
YUV 87.51 101.2 241.05 -
System Red Green Blue C M Y K H S L
Decimal 246 16 40 0 0.93 0.84 0.04 353.74 0.93 0.51
Hex F6 10 28 0 5D 54 4 162 5D 33
Octal 366 20 50 0 135 124 4 542 135 63
Binary 11110110 10000 101000 0 1011101 1010100 100 101100010 1011101 110011

Color Harmonies of #F61028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61028

Black with #F61028

Text Example


Text Example

White with #F61028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61028; }

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

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

background-color css

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

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

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

border-color css

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

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

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