#F3181E

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

Shades of Torch Red #F3181E

Tints of Torch Red #F3181E

Color information

#F3181E (or 0xF3181E) is unknown color: approx Torch Red. HEX triplet: F3, 18 and 1E. RGB value is (243,24,30). Sum of RGB (Red+Green+Blue) = 243+24+30=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F3181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3181E is #0CE7E1. Grayscale: #5A5A5A. Windows color (decimal): -845794 or 1972467. OLE color: 1972467.

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

Color convert

RGB2432430-
CMYK00.900.880.05
HSL358.36º90.12%52.35%-
HSV(B)358.36º90.12%95.29%-
XYZ37.5219.83.07-
YUV90.1694.05237.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81.82%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=81.82%
G=8.08%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243243000.900.880.05358.3690.1252.35
HexF3181E05A5851665a34
Octal36330360132130554613264
Binary1111001111000111100101101010110001011011001101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3181E; }

 p { color: rgb(243,24,30); }

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

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

 a { background-color: rgb(243,24,30); }

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

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

 span { border-color: rgb(243,24,30); }

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