#F30036

Color #F30036 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F30036

Tints of Torch Red #F30036

Color information

#F30036 (or 0xF30036) is unknown color: approx Torch Red. HEX triplet: F3, 00 and 36. RGB value is (243,0,54). Sum of RGB (Red+Green+Blue) = 243+0+54=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30036 is #0CFFC9. Grayscale: #4E4E4E. Windows color (decimal): -851914 or 3539187. OLE color: 3539187.

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

Color convert

RGB243054-
CMYK010.780.05
HSL346.67º100%47.65%-
HSV(B)346.67º100%95.29%-
XYZ37.6319.325.24-
YUV78.81114.01245.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243054010.780.05346.6710047.65
HexF30360644E515b6430
Octal3630660144116553314460
Binary1111001101101100110010010011101011010110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30036; }

 p { color: rgb(243,0,54); }

 H1.HeaderClassName
 {
   color: #F30036;
 }
 .AnyTagClassName
 {
   color: #F30036;
 }
</style>
background-color css

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

 a { background-color: rgb(243,0,54); }

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

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

 span { border-color: rgb(243,0,54); }

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