#FF003A

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

Shades of Torch Red #FF003A

Tints of Torch Red #FF003A

Color information

#FF003A (or 0xFF003A) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 3A. RGB value is (255,0,58). Sum of RGB (Red+Green+Blue) = 255+0+58=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003A is #00FFC5. Grayscale: #525252. Windows color (decimal): -65478 or 3801343. OLE color: 3801343.

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

Color convert

RGB255058-
CMYK010.770
HSL346.35º100%50%-
HSV(B)346.35º100%100%-
XYZ4221.575.95-
YUV82.86113.98250.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=81.47%
G=0%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255058010.770346.3510050
HexFF03A0644D015a6432
Octal3770720144115053214462
Binary11111111011101001100100100110101010110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF003A; }

 p { color: rgb(255,0,58); }

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

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

 a { background-color: rgb(255,0,58); }

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

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

 span { border-color: rgb(255,0,58); }

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