Html Css Color HEX #FF1E31 Torch Red

📋 copy color: '#FF1E31'

red 255 ◦ green 30 ◦ blue 49

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

Shades of Torch Red #FF1E31

Tints of Torch Red #FF1E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

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

R = 76.35%
G = 8.98%
B = 14.67%

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

#FF1E31 (or 0xFF1E31) is known color: Torch Red. HEX triplet: FF, 1E and 31. RGB value is (255,30,49). Sum of RGB (Red+Green+Blue) = 255+30+49=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E31 is #00E1CE. Grayscale: #636363. Windows color (decimal): -57807 or 3219199. OLE color: 3219199.

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

Color convert

RGB 255 30 49 -
CMYK 0 0.88 0.81 0
HSL 354.93º 1% 0.56% -
HSV(B) 354.93º 0.88% 1% -
XYZ 42.26 22.41 5 -
YUV 99.44 99.54 238.96 -
System Red Green Blue C M Y K H S L
Decimal 255 30 49 0 0.88 0.81 0 354.93 1 0.56
Hex FF 1E 31 0 58 51 0 163 64 38
Octal 377 36 61 0 130 121 0 543 144 70
Binary 11111111 11110 110001 0 1011000 1010001 0 101100011 1100100 111000

Color Harmonies of #FF1E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E31

Black with #FF1E31

Text Example


Text Example

White with #FF1E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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