Html Css Color HEX #F61F28 Torch Red

📋 copy color: '#F61F28'

red 246 ◦ green 31 ◦ blue 40

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

Shades of Torch Red #F61F28

Tints of Torch Red #F61F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 77.6%
G = 9.78%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F61F28 (or 0xF61F28) is known color: Torch Red. HEX triplet: F6, 1F and 28. RGB value is (246,31,40). Sum of RGB (Red+Green+Blue) = 246+31+40=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F28 is #09E0D7. Grayscale: #606060. Windows color (decimal): -647384 or 2629622. OLE color: 2629622.

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

Color convert

RGB 246 31 40 -
CMYK 0 0.87 0.84 0.04
HSL 357.49º 0.92% 0.54% -
HSV(B) 357.49º 0.87% 0.96% -
XYZ 38.88 20.73 3.96 -
YUV 96.31 96.23 234.77 -
System Red Green Blue C M Y K H S L
Decimal 246 31 40 0 0.87 0.84 0.04 357.49 0.92 0.54
Hex F6 1F 28 0 57 54 4 165 5C 36
Octal 366 37 50 0 127 124 4 545 134 66
Binary 11110110 11111 101000 0 1010111 1010100 100 101100101 1011100 110110

Color Harmonies of #F61F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F28

Black with #F61F28

Text Example


Text Example

White with #F61F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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