Html Css Color HEX #F31446 Torch Red

📋 copy color: '#F31446'

red 243 ◦ green 20 ◦ blue 70

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

Shades of Torch Red #F31446

Tints of Torch Red #F31446

RGB

 RED value IS 243 (95.31% from 255) = 72.97%

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 72.97%
G = 6.01%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F31446 (or 0xF31446) is known color: Torch Red. HEX triplet: F3, 14 and 46. RGB value is (243,20,70). Sum of RGB (Red+Green+Blue) = 243+20+70=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31446 is #0CEBB9. Grayscale: #5C5C5C. Windows color (decimal): -846778 or 4592883. OLE color: 4592883.

HSL color Cylindrical-coordinate representation of color #F31446: hue angle of 346.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31446 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 20 70 -
CMYK 0 0.92 0.71 0.05
HSL 346.55º 0.9% 0.52% -
HSV(B) 346.55º 0.92% 0.95% -
XYZ 38.32 20 7.63 -
YUV 92.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 243 20 70 0 0.92 0.71 0.05 346.55 0.9 0.52
Hex F3 14 46 0 5C 47 5 15B 5A 34
Octal 363 24 106 0 134 107 5 533 132 64
Binary 11110011 10100 1000110 0 1011100 1000111 101 101011011 1011010 110100

Color Harmonies of #F31446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31446

Black with #F31446

Text Example


Text Example

White with #F31446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31446; }

 p { color: rgb(243,20,70); }

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

background-color css

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

 a { background-color: rgb(243,20,70); }

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

border-color css

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

 span { border-color: rgb(243,20,70); }

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