#F31933

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

Shades of Torch Red #F31933

Tints of Torch Red #F31933

Color information

#F31933 (or 0xF31933) is unknown color: approx Torch Red. HEX triplet: F3, 19 and 33. RGB value is (243,25,51). Sum of RGB (Red+Green+Blue) = 243+25+51=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31933 is #0CE6CC. Grayscale: #5D5D5D. Windows color (decimal): -845517 or 3348979. OLE color: 3348979.

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

Color convert

RGB2432551-
CMYK00.900.790.05
HSL352.84º90.08%52.55%-
HSV(B)352.84º89.71%95.29%-
XYZ37.9119.994.99-
YUV93.15104.22234.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.18%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=76.18%
G=7.84%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243255100.900.790.05352.8490.0852.55
HexF3193305A4F51615a35
Octal36331630132117554113265
Binary11110011110011100110101101010011111011011000011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31933; }

 p { color: rgb(243,25,51); }

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

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

 a { background-color: rgb(243,25,51); }

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

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

 span { border-color: rgb(243,25,51); }

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