Html Css Color HEX #F6152D Torch Red

📋 copy color: '#F6152D'

red 246 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #F6152D

Tints of Torch Red #F6152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 78.85%
G = 6.73%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6152D (or 0xF6152D) is known color: Torch Red. HEX triplet: F6, 15 and 2D. RGB value is (246,21,45). Sum of RGB (Red+Green+Blue) = 246+21+45=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6152D is #09EAD2. Grayscale: #5B5B5B. Windows color (decimal): -649939 or 2954742. OLE color: 2954742.

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

Color convert

RGB 246 21 45 -
CMYK 0 0.91 0.82 0.04
HSL 353.6º 0.93% 0.52% -
HSV(B) 353.6º 0.91% 0.96% -
XYZ 38.75 20.32 4.36 -
YUV 91.01 102.04 238.55 -
System Red Green Blue C M Y K H S L
Decimal 246 21 45 0 0.91 0.82 0.04 353.6 0.93 0.52
Hex F6 15 2D 0 5B 52 4 162 5D 34
Octal 366 25 55 0 133 122 4 542 135 64
Binary 11110110 10101 101101 0 1011011 1010010 100 101100010 1011101 110100

Color Harmonies of #F6152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6152D

Black with #F6152D

Text Example


Text Example

White with #F6152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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