Html Css Color HEX #FF1A1E Torch Red

📋 copy color: '#FF1A1E'

red 255 ◦ green 26 ◦ blue 30

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

Shades of Torch Red #FF1A1E

Tints of Torch Red #FF1A1E

RGB

 RED value IS 255 (100% from 255) = 81.99%

 GREEN value IS 26 (10.55% from 255) = 8.36%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 81.99%
G = 8.36%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF1A1E (or 0xFF1A1E) is known color: Torch Red. HEX triplet: FF, 1A and 1E. RGB value is (255,26,30). Sum of RGB (Red+Green+Blue) = 255+26+30=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A1E is #00E5E1. Grayscale: #5F5F5F. Windows color (decimal): -58850 or 1972991. OLE color: 1972991.

HSL color Cylindrical-coordinate representation of color #FF1A1E: hue angle of 358.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A1E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 26 30 -
CMYK 0 0.90 0.88 0
HSL 358.95º 1% 0.55% -
HSV(B) 358.95º 0.9% 1% -
XYZ 41.84 22.09 3.29 -
YUV 94.93 91.37 242.17 -
System Red Green Blue C M Y K H S L
Decimal 255 26 30 0 0.90 0.88 0 358.95 1 0.55
Hex FF 1A 1E 0 5A 58 0 167 64 37
Octal 377 32 36 0 132 130 0 547 144 67
Binary 11111111 11010 11110 0 1011010 1011000 0 101100111 1100100 110111

Color Harmonies of #FF1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A1E

Black with #FF1A1E

Text Example


Text Example

White with #FF1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A1E; }

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

 H1.HeaderClassName
 {
   color: #FF1A1E;
 }
 .AnyTagClassName
 {
   color: #FF1A1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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