Html Css Color HEX #F6042D Torch Red

📋 copy color: '#F6042D'

red 246 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #F6042D

Tints of Torch Red #F6042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 83.39%
G = 1.36%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6042D (or 0xF6042D) is known color: Torch Red. HEX triplet: F6, 04 and 2D. RGB value is (246,4,45). Sum of RGB (Red+Green+Blue) = 246+4+45=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6042D is #09FBD2. Grayscale: #515151. Windows color (decimal): -654291 or 2950390. OLE color: 2950390.

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

Color convert

RGB 246 4 45 -
CMYK 0 0.98 0.82 0.04
HSL 349.83º 0.97% 0.49% -
HSV(B) 349.83º 0.98% 0.96% -
XYZ 38.52 19.87 4.29 -
YUV 81.03 107.67 245.67 -
System Red Green Blue C M Y K H S L
Decimal 246 4 45 0 0.98 0.82 0.04 349.83 0.97 0.49
Hex F6 4 2D 0 62 52 4 15E 61 31
Octal 366 4 55 0 142 122 4 536 141 61
Binary 11110110 100 101101 0 1100010 1010010 100 101011110 1100001 110001

Color Harmonies of #F6042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6042D

Black with #F6042D

Text Example


Text Example

White with #F6042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6042D; }

 p { color: rgb(246,4,45); }

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

background-color css

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

 a { background-color: rgb(246,4,45); }

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

border-color css

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

 span { border-color: rgb(246,4,45); }

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