Html Css Color HEX #FF1D31 Torch Red

📋 copy color: '#FF1D31'

red 255 ◦ green 29 ◦ blue 49

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

Shades of Torch Red #FF1D31

Tints of Torch Red #FF1D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 76.58%
G = 8.71%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1D31 (or 0xFF1D31) is known color: Torch Red. HEX triplet: FF, 1D and 31. RGB value is (255,29,49). Sum of RGB (Red+Green+Blue) = 255+29+49=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D31 is #00E2CE. Grayscale: #636363. Windows color (decimal): -58063 or 3218943. OLE color: 3218943.

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

Color convert

RGB 255 29 49 -
CMYK 0 0.89 0.81 0
HSL 354.69º 1% 0.56% -
HSV(B) 354.69º 0.89% 1% -
XYZ 42.23 22.36 5 -
YUV 98.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 255 29 49 0 0.89 0.81 0 354.69 1 0.56
Hex FF 1D 31 0 59 51 0 163 64 38
Octal 377 35 61 0 131 121 0 543 144 70
Binary 11111111 11101 110001 0 1011001 1010001 0 101100011 1100100 111000

Color Harmonies of #FF1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D31

Black with #FF1D31

Text Example


Text Example

White with #FF1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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