#F30C15

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

Shades of Torch Red #F30C15

Tints of Torch Red #F30C15

Color information

#F30C15 (or 0xF30C15) is unknown color: approx Torch Red. HEX triplet: F3, 0C and 15. RGB value is (243,12,21). Sum of RGB (Red+Green+Blue) = 243+12+21=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C15 is #0CF3EA. Grayscale: #525252. Windows color (decimal): -848875 or 1379571. OLE color: 1379571.

HSL color Cylindrical-coordinate representation of color #F30C15: hue angle of 357.66º 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 #F30C15 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2431221-
CMYK00.950.910.05
HSL357.66º90.59%50%-
HSV(B)357.66º95.06%95.29%-
XYZ37.2319.372.49-
YUV82.193.53242.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 88.04%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=88.04%
G=4.35%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243122100.950.910.05357.6690.5950
HexF3C1505F5B51665b32
Octal36314250137133554613362
Binary111100111100101010101111110110111011011001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C15; }

 p { color: rgb(243,12,21); }

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

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

 a { background-color: rgb(243,12,21); }

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

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

 span { border-color: rgb(243,12,21); }

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