Html Css Color HEX #FF1F31 Torch Red

📋 copy color: '#FF1F31'

red 255 ◦ green 31 ◦ blue 49

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

Shades of Torch Red #FF1F31

Tints of Torch Red #FF1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

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

R = 76.12%
G = 9.25%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1F31 (or 0xFF1F31) is known color: Torch Red. HEX triplet: FF, 1F and 31. RGB value is (255,31,49). Sum of RGB (Red+Green+Blue) = 255+31+49=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F31 is #00E0CE. Grayscale: #646464. Windows color (decimal): -57551 or 3219455. OLE color: 3219455.

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

Color convert

RGB 255 31 49 -
CMYK 0 0.88 0.81 0
HSL 355.18º 1% 0.56% -
HSV(B) 355.18º 0.88% 1% -
XYZ 42.28 22.46 5.01 -
YUV 100.03 99.21 238.54 -
System Red Green Blue C M Y K H S L
Decimal 255 31 49 0 0.88 0.81 0 355.18 1 0.56
Hex FF 1F 31 0 58 51 0 163 64 38
Octal 377 37 61 0 130 121 0 543 144 70
Binary 11111111 11111 110001 0 1011000 1010001 0 101100011 1100100 111000

Color Harmonies of #FF1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F31

Black with #FF1F31

Text Example


Text Example

White with #FF1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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