Html Css Color HEX #FF131F Torch Red

📋 copy color: '#FF131F'

red 255 ◦ green 19 ◦ blue 31

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

Shades of Torch Red #FF131F

Tints of Torch Red #FF131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 83.61%
G = 6.23%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF131F (or 0xFF131F) is known color: Torch Red. HEX triplet: FF, 13 and 1F. RGB value is (255,19,31). Sum of RGB (Red+Green+Blue) = 255+19+31=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF131F is #00ECE0. Grayscale: #5B5B5B. Windows color (decimal): -60641 or 2036735. OLE color: 2036735.

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

Color convert

RGB 255 19 31 -
CMYK 0 0.93 0.88 0
HSL 356.95º 1% 0.54% -
HSV(B) 356.95º 0.93% 1% -
XYZ 41.72 21.82 3.31 -
YUV 90.93 94.19 245.02 -
System Red Green Blue C M Y K H S L
Decimal 255 19 31 0 0.93 0.88 0 356.95 1 0.54
Hex FF 13 1F 0 5D 58 0 165 64 36
Octal 377 23 37 0 135 130 0 545 144 66
Binary 11111111 10011 11111 0 1011101 1011000 0 101100101 1100100 110110

Color Harmonies of #FF131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF131F

Black with #FF131F

Text Example


Text Example

White with #FF131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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