Html Css Color HEX #F6002D Torch Red

📋 copy color: '#F6002D'

red 246 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #F6002D

Tints of Torch Red #F6002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.54%
G = 0%
B = 15.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6002D (or 0xF6002D) is known color: Torch Red. HEX triplet: F6, 00 and 2D. RGB value is (246,0,45). Sum of RGB (Red+Green+Blue) = 246+0+45=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F6002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6002D is #09FFD2. Grayscale: #4E4E4E. Windows color (decimal): -655315 or 2949366. OLE color: 2949366.

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

Color convert

RGB 246 0 45 -
CMYK 0 1 0.82 0.04
HSL 349.02º 1% 0.48% -
HSV(B) 349.02º 1% 0.96% -
XYZ 38.48 19.78 4.27 -
YUV 78.68 109 247.34 -
System Red Green Blue C M Y K H S L
Decimal 246 0 45 0 1 0.82 0.04 349.02 1 0.48
Hex F6 0 2D 0 64 52 4 15D 64 30
Octal 366 0 55 0 144 122 4 535 144 60
Binary 11110110 0 101101 0 1100100 1010010 100 101011101 1100100 110000

Color Harmonies of #F6002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6002D

Black with #F6002D

Text Example


Text Example

White with #F6002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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