Html Css Color HEX #FF181A Torch Red

📋 copy color: '#FF181A'

red 255 ◦ green 24 ◦ blue 26

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

Shades of Torch Red #FF181A

Tints of Torch Red #FF181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 83.61%
G = 7.87%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF181A (or 0xFF181A) is known color: Torch Red. HEX triplet: FF, 18 and 1A. RGB value is (255,24,26). Sum of RGB (Red+Green+Blue) = 255+24+26=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF181A is #00E7E5. Grayscale: #5D5D5D. Windows color (decimal): -59366 or 1710335. OLE color: 1710335.

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

Color convert

RGB 255 24 26 -
CMYK 0 0.91 0.90 0
HSL 359.48º 1% 0.55% -
HSV(B) 359.48º 0.91% 1% -
XYZ 41.75 21.99 3.02 -
YUV 93.3 90.03 243.34 -
System Red Green Blue C M Y K H S L
Decimal 255 24 26 0 0.91 0.90 0 359.48 1 0.55
Hex FF 18 1A 0 5B 5A 0 167 64 37
Octal 377 30 32 0 133 132 0 547 144 67
Binary 11111111 11000 11010 0 1011011 1011010 0 101100111 1100100 110111

Color Harmonies of #FF181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF181A

Black with #FF181A

Text Example


Text Example

White with #FF181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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