Html Css Color HEX #FF131E Torch Red

📋 copy color: '#FF131E'

red 255 ◦ green 19 ◦ blue 30

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

Shades of Torch Red #FF131E

Tints of Torch Red #FF131E

RGB

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

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

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

R = 83.88%
G = 6.25%
B = 9.87%

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

#FF131E (or 0xFF131E) is known color: Torch Red. HEX triplet: FF, 13 and 1E. RGB value is (255,19,30). Sum of RGB (Red+Green+Blue) = 255+19+30=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF131E is #00ECE1. Grayscale: #5B5B5B. Windows color (decimal): -60642 or 1971199. OLE color: 1971199.

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

Color convert

RGB 255 19 30 -
CMYK 0 0.93 0.88 0
HSL 357.2º 1% 0.54% -
HSV(B) 357.2º 0.93% 1% -
XYZ 41.71 21.82 3.24 -
YUV 90.82 93.69 245.11 -
System Red Green Blue C M Y K H S L
Decimal 255 19 30 0 0.93 0.88 0 357.2 1 0.54
Hex FF 13 1E 0 5D 58 0 165 64 36
Octal 377 23 36 0 135 130 0 545 144 66
Binary 11111111 10011 11110 0 1011101 1011000 0 101100101 1100100 110110

Color Harmonies of #FF131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF131E

Black with #FF131E

Text Example


Text Example

White with #FF131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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