#FF001A

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

Shades of Torch Red #FF001A

Tints of Torch Red #FF001A

Color information

#FF001A (or 0xFF001A) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 1A. RGB value is (255,0,26). Sum of RGB (Red+Green+Blue) = 255+0+26=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF001A is #00FFE5. Grayscale: #4F4F4F. Windows color (decimal): -65510 or 1704191. OLE color: 1704191.

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

Color convert

RGB255026-
CMYK010.900
HSL353.88º100%50%-
HSV(B)353.88º100%100%-
XYZ41.4321.332.91-
YUV79.2197.98253.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 90.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=90.75%
G=0%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255026010.900353.8810050
HexFF01A0645A01626432
Octal3770320144132054214462
Binary1111111101101001100100101101001011000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF001A; }

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

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

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

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

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

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

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

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