Html Css Color HEX #F6153D Torch Red

📋 copy color: '#F6153D'

red 246 ◦ green 21 ◦ blue 61

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

Shades of Torch Red #F6153D

Tints of Torch Red #F6153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 75%
G = 6.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6153D (or 0xF6153D) is known color: Torch Red. HEX triplet: F6, 15 and 3D. RGB value is (246,21,61). Sum of RGB (Red+Green+Blue) = 246+21+61=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F6153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6153D is #09EAC2. Grayscale: #5C5C5C. Windows color (decimal): -649923 or 4003318. OLE color: 4003318.

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

Color convert

RGB 246 21 61 -
CMYK 0 0.91 0.75 0.04
HSL 349.33º 0.93% 0.52% -
HSV(B) 349.33º 0.91% 0.96% -
XYZ 39.12 20.47 6.3 -
YUV 92.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 246 21 61 0 0.91 0.75 0.04 349.33 0.93 0.52
Hex F6 15 3D 0 5B 4B 4 15D 5D 34
Octal 366 25 75 0 133 113 4 535 135 64
Binary 11110110 10101 111101 0 1011011 1001011 100 101011101 1011101 110100

Color Harmonies of #F6153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6153D

Black with #F6153D

Text Example


Text Example

White with #F6153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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