#FF002A

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

Shades of Torch Red #FF002A

Tints of Torch Red #FF002A

Color information

#FF002A (or 0xFF002A) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 2A. RGB value is (255,0,42). Sum of RGB (Red+Green+Blue) = 255+0+42=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF002A is #00FFD5. Grayscale: #515151. Windows color (decimal): -65494 or 2752767. OLE color: 2752767.

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

Color convert

RGB255042-
CMYK010.840
HSL350.12º100%50%-
HSV(B)350.12º100%100%-
XYZ41.6621.434.13-
YUV81.03105.98252.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 85.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=85.86%
G=0%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255042010.840350.1210050
HexFF02A06454015e6432
Octal3770520144124053614462
Binary11111111010101001100100101010001010111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF002A; }

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

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

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

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

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

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

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

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