#FF003B

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

Shades of Torch Red #FF003B

Tints of Torch Red #FF003B

Color information

#FF003B (or 0xFF003B) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 3B. RGB value is (255,0,59). Sum of RGB (Red+Green+Blue) = 255+0+59=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003B is #00FFC4. Grayscale: #525252. Windows color (decimal): -65477 or 3866879. OLE color: 3866879.

HSL color Cylindrical-coordinate representation of color #FF003B: hue angle of 346.12º 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 #FF003B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB255059-
CMYK010.770
HSL346.12º100%50%-
HSV(B)346.12º100%100%-
XYZ42.0321.586.09-
YUV82.97114.48250.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=81.21%
G=0%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255059010.770346.1210050
HexFF03B0644D015a6432
Octal3770730144115053214462
Binary11111111011101101100100100110101010110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF003B; }

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

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

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

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

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

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

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

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