#F30B3B

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

Shades of Torch Red #F30B3B

Tints of Torch Red #F30B3B

Color information

#F30B3B (or 0xF30B3B) is unknown color: approx Torch Red. HEX triplet: F3, 0B and 3B. RGB value is (243,11,59). Sum of RGB (Red+Green+Blue) = 243+11+59=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30B3B is #0CF4C4. Grayscale: #555555. Windows color (decimal): -849093 or 3869683. OLE color: 3869683.

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

Color convert

RGB2431159-
CMYK00.950.760.05
HSL347.59º91.34%49.8%-
HSV(B)347.59º95.47%95.29%-
XYZ37.8719.615.93-
YUV85.84112.86240.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 77.64%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=77.64%
G=3.51%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243115900.950.760.05347.5991.3449.8
HexF3B3B05F4C515c5b32
Octal36313730137114553413362
Binary1111001110111110110101111110011001011010111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30B3B; }

 p { color: rgb(243,11,59); }

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

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

 a { background-color: rgb(243,11,59); }

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

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

 span { border-color: rgb(243,11,59); }

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