Html Css Color HEX #FF001A Torch Red

📋 copy color: '#FF001A'

red 255 ◦ green 0 ◦ blue 26

#FF001A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FF001A

Tints of Torch Red #FF001A

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 value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF001A (or 0xFF001A) is known color: 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

RGB 255 0 26 -
CMYK 0 1 0.90 0
HSL 353.88º 1% 0.5% -
HSV(B) 353.88º 1% 1% -
XYZ 41.43 21.33 2.91 -
YUV 79.21 97.98 253.39 -
System Red Green Blue C M Y K H S L
Decimal 255 0 26 0 1 0.90 0 353.88 1 0.5
Hex FF 0 1A 0 64 5A 0 162 64 32
Octal 377 0 32 0 144 132 0 542 144 62
Binary 11111111 0 11010 0 1100100 1011010 0 101100010 1100100 110010

Color Harmonies of #FF001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF001A

Black with #FF001A

Text Example


Text Example

White with #FF001A

Text Example


Text Example

HTML Codes & Css Web 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>