Html Css Color HEX #FF131A Torch Red

📋 copy color: '#FF131A'

red 255 ◦ green 19 ◦ blue 26

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

Shades of Torch Red #FF131A

Tints of Torch Red #FF131A

RGB

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

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

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

R = 85%
G = 6.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF131A (or 0xFF131A) is known color: Torch Red. HEX triplet: FF, 13 and 1A. RGB value is (255,19,26). Sum of RGB (Red+Green+Blue) = 255+19+26=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF131A is #00ECE5. Grayscale: #5A5A5A. Windows color (decimal): -60646 or 1709055. OLE color: 1709055.

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

Color convert

RGB 255 19 26 -
CMYK 0 0.93 0.90 0
HSL 358.22º 1% 0.54% -
HSV(B) 358.22º 0.93% 1% -
XYZ 41.66 21.8 2.99 -
YUV 90.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 255 19 26 0 0.93 0.90 0 358.22 1 0.54
Hex FF 13 1A 0 5D 5A 0 166 64 36
Octal 377 23 32 0 135 132 0 546 144 66
Binary 11111111 10011 11010 0 1011101 1011010 0 101100110 1100100 110110

Color Harmonies of #FF131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF131A

Black with #FF131A

Text Example


Text Example

White with #FF131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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