#F30A28

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

Shades of Torch Red #F30A28

Tints of Torch Red #F30A28

Color information

#F30A28 (or 0xF30A28) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 28. RGB value is (243,10,40). Sum of RGB (Red+Green+Blue) = 243+10+40=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A28 is #0CF5D7. Grayscale: #535353. Windows color (decimal): -849368 or 2624243. OLE color: 2624243.

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

Color convert

RGB2431040-
CMYK00.960.840.05
HSL352.27º92.09%49.61%-
HSV(B)352.27º95.88%95.29%-
XYZ37.4519.423.78-
YUV83.09103.69242.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.94%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=82.94%
G=3.41%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243104000.960.840.05352.2792.0949.61
HexF3A280605451605c32
Octal36312500140124554013462
Binary1111001110101010000110000010101001011011000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A28; }

 p { color: rgb(243,10,40); }

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

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

 a { background-color: rgb(243,10,40); }

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

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

 span { border-color: rgb(243,10,40); }

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