Html Css Color HEX #F61E27 Torch Red

📋 copy color: '#F61E27'

red 246 ◦ green 30 ◦ blue 39

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

Shades of Torch Red #F61E27

Tints of Torch Red #F61E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 78.1%
G = 9.52%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F61E27 (or 0xF61E27) is known color: Torch Red. HEX triplet: F6, 1E and 27. RGB value is (246,30,39). Sum of RGB (Red+Green+Blue) = 246+30+39=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E27 is #09E1D8. Grayscale: #5F5F5F. Windows color (decimal): -647641 or 2563830. OLE color: 2563830.

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

Color convert

RGB 246 30 39 -
CMYK 0 0.88 0.84 0.04
HSL 357.5º 0.92% 0.54% -
HSV(B) 357.5º 0.88% 0.96% -
XYZ 38.84 20.67 3.86 -
YUV 95.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 246 30 39 0 0.88 0.84 0.04 357.5 0.92 0.54
Hex F6 1E 27 0 58 54 4 166 5C 36
Octal 366 36 47 0 130 124 4 546 134 66
Binary 11110110 11110 100111 0 1011000 1010100 100 101100110 1011100 110110

Color Harmonies of #F61E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E27

Black with #F61E27

Text Example


Text Example

White with #F61E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E27; }

 p { color: rgb(246,30,39); }

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

background-color css

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

 a { background-color: rgb(246,30,39); }

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

border-color css

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

 span { border-color: rgb(246,30,39); }

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