Html Css Color HEX #FF1031 Torch Red

📋 copy color: '#FF1031'

red 255 ◦ green 16 ◦ blue 49

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

Shades of Torch Red #FF1031

Tints of Torch Red #FF1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

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

R = 79.69%
G = 5%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1031 (or 0xFF1031) is known color: Torch Red. HEX triplet: FF, 10 and 31. RGB value is (255,16,49). Sum of RGB (Red+Green+Blue) = 255+16+49=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1031 is #00EFCE. Grayscale: #5B5B5B. Windows color (decimal): -61391 or 3215615. OLE color: 3215615.

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

Color convert

RGB 255 16 49 -
CMYK 0 0.94 0.81 0
HSL 351.72º 1% 0.53% -
HSV(B) 351.72º 0.94% 1% -
XYZ 41.98 21.85 4.91 -
YUV 91.22 104.18 244.82 -
System Red Green Blue C M Y K H S L
Decimal 255 16 49 0 0.94 0.81 0 351.72 1 0.53
Hex FF 10 31 0 5E 51 0 160 64 35
Octal 377 20 61 0 136 121 0 540 144 65
Binary 11111111 10000 110001 0 1011110 1010001 0 101100000 1100100 110101

Color Harmonies of #FF1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1031

Black with #FF1031

Text Example


Text Example

White with #FF1031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1031; }

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

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

background-color css

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

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

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

border-color css

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

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

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