Html Css Color HEX #F41546 Torch Red

📋 copy color: '#F41546'

red 244 ◦ green 21 ◦ blue 70

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

Shades of Torch Red #F41546

Tints of Torch Red #F41546

RGB

 RED value IS 244 (95.7% from 255) = 72.84%

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 72.84%
G = 6.27%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F41546 (or 0xF41546) is known color: Torch Red. HEX triplet: F4, 15 and 46. RGB value is (244,21,70). Sum of RGB (Red+Green+Blue) = 244+21+70=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F41546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41546 is #0BEAB9. Grayscale: #5D5D5D. Windows color (decimal): -780986 or 4593140. OLE color: 4593140.

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

Color convert

RGB 244 21 70 -
CMYK 0 0.91 0.71 0.04
HSL 346.82º 0.91% 0.52% -
HSV(B) 346.82º 0.91% 0.96% -
XYZ 38.68 20.21 7.66 -
YUV 93.26 114.88 235.52 -
System Red Green Blue C M Y K H S L
Decimal 244 21 70 0 0.91 0.71 0.04 346.82 0.91 0.52
Hex F4 15 46 0 5B 47 4 15B 5B 34
Octal 364 25 106 0 133 107 4 533 133 64
Binary 11110100 10101 1000110 0 1011011 1000111 100 101011011 1011011 110100

Color Harmonies of #F41546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41546

Black with #F41546

Text Example


Text Example

White with #F41546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41546; }

 p { color: rgb(244,21,70); }

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

background-color css

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

 a { background-color: rgb(244,21,70); }

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

border-color css

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

 span { border-color: rgb(244,21,70); }

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