#F30636

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

Shades of Torch Red #F30636

Tints of Torch Red #F30636

Color information

#F30636 (or 0xF30636) is unknown color: approx Torch Red. HEX triplet: F3, 06 and 36. RGB value is (243,6,54). Sum of RGB (Red+Green+Blue) = 243+6+54=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F30636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30636 is #0CF9C9. Grayscale: #525252. Windows color (decimal): -850378 or 3540723. OLE color: 3540723.

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

Color convert

RGB243654-
CMYK00.980.780.05
HSL347.85º95.18%48.82%-
HSV(B)347.85º97.53%95.29%-
XYZ37.6919.455.26-
YUV82.34112.02242.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 80.20%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=80.20%
G=1.98%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24365400.980.780.05347.8595.1848.82
HexF36360624E515c5f31
Octal3636660142116553413761
Binary111100111101101100110001010011101011010111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30636; }

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

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

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

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

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

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

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

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