Html Css Color HEX #FF1326 Torch Red

📋 copy color: '#FF1326'

red 255 ◦ green 19 ◦ blue 38

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

Shades of Torch Red #FF1326

Tints of Torch Red #FF1326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 81.73%
G = 6.09%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF1326 (or 0xFF1326) is known color: Torch Red. HEX triplet: FF, 13 and 26. RGB value is (255,19,38). Sum of RGB (Red+Green+Blue) = 255+19+38=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1326 is #00ECD9. Grayscale: #5B5B5B. Windows color (decimal): -60634 or 2495487. OLE color: 2495487.

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

Color convert

RGB 255 19 38 -
CMYK 0 0.93 0.85 0
HSL 355.17º 1% 0.54% -
HSV(B) 355.17º 0.93% 1% -
XYZ 41.82 21.87 3.85 -
YUV 91.73 97.69 244.46 -
System Red Green Blue C M Y K H S L
Decimal 255 19 38 0 0.93 0.85 0 355.17 1 0.54
Hex FF 13 26 0 5D 55 0 163 64 36
Octal 377 23 46 0 135 125 0 543 144 66
Binary 11111111 10011 100110 0 1011101 1010101 0 101100011 1100100 110110

Color Harmonies of #FF1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1326

Black with #FF1326

Text Example


Text Example

White with #FF1326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1326; }

 p { color: rgb(255,19,38); }

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

background-color css

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

 a { background-color: rgb(255,19,38); }

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

border-color css

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

 span { border-color: rgb(255,19,38); }

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