#FF002B

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

Shades of Torch Red #FF002B

Tints of Torch Red #FF002B

Color information

#FF002B (or 0xFF002B) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 2B. RGB value is (255,0,43). Sum of RGB (Red+Green+Blue) = 255+0+43=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF002B is #00FFD4. Grayscale: #515151. Windows color (decimal): -65493 or 2818303. OLE color: 2818303.

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

Color convert

RGB255043-
CMYK010.830
HSL349.88º100%50%-
HSV(B)349.88º100%100%-
XYZ41.6821.434.23-
YUV81.15106.48252-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 85.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=85.57%
G=0%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255043010.830349.8810050
HexFF02B06453015e6432
Octal3770530144123053614462
Binary11111111010101101100100101001101010111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF002B; }

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

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

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

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

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

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

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

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