Html Css Color HEX #FF1331 Torch Red

📋 copy color: '#FF1331'

red 255 ◦ green 19 ◦ blue 49

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

Shades of Torch Red #FF1331

Tints of Torch Red #FF1331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 78.95%
G = 5.88%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1331 (or 0xFF1331) is known color: Torch Red. HEX triplet: FF, 13 and 31. RGB value is (255,19,49). Sum of RGB (Red+Green+Blue) = 255+19+49=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1331 is #00ECCE. Grayscale: #5D5D5D. Windows color (decimal): -60623 or 3216383. OLE color: 3216383.

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

Color convert

RGB 255 19 49 -
CMYK 0 0.93 0.81 0
HSL 352.37º 1% 0.54% -
HSV(B) 352.37º 0.93% 1% -
XYZ 42.03 21.95 4.93 -
YUV 92.98 103.19 243.56 -
System Red Green Blue C M Y K H S L
Decimal 255 19 49 0 0.93 0.81 0 352.37 1 0.54
Hex FF 13 31 0 5D 51 0 160 64 36
Octal 377 23 61 0 135 121 0 540 144 66
Binary 11111111 10011 110001 0 1011101 1010001 0 101100000 1100100 110110

Color Harmonies of #FF1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1331

Black with #FF1331

Text Example


Text Example

White with #FF1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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