Html Css Color HEX #F61E2E Torch Red

📋 copy color: '#F61E2E'

red 246 ◦ green 30 ◦ blue 46

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

Shades of Torch Red #F61E2E

Tints of Torch Red #F61E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 76.4%
G = 9.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F61E2E (or 0xF61E2E) is known color: Torch Red. HEX triplet: F6, 1E and 2E. RGB value is (246,30,46). Sum of RGB (Red+Green+Blue) = 246+30+46=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E2E is #09E1D1. Grayscale: #606060. Windows color (decimal): -647634 or 3022582. OLE color: 3022582.

HSL color Cylindrical-coordinate representation of color #F61E2E: hue angle of 355.56º 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 #F61E2E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 30 46 -
CMYK 0 0.88 0.81 0.04
HSL 355.56º 0.92% 0.54% -
HSV(B) 355.56º 0.88% 0.96% -
XYZ 38.96 20.72 4.53 -
YUV 96.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 246 30 46 0 0.88 0.81 0.04 355.56 0.92 0.54
Hex F6 1E 2E 0 58 51 4 164 5C 36
Octal 366 36 56 0 130 121 4 544 134 66
Binary 11110110 11110 101110 0 1011000 1010001 100 101100100 1011100 110110

Color Harmonies of #F61E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E2E

Black with #F61E2E

Text Example


Text Example

White with #F61E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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