Html Css Color HEX #FF161F Torch Red

📋 copy color: '#FF161F'

red 255 ◦ green 22 ◦ blue 31

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

Shades of Torch Red #FF161F

Tints of Torch Red #FF161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 82.79%
G = 7.14%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF161F (or 0xFF161F) is known color: Torch Red. HEX triplet: FF, 16 and 1F. RGB value is (255,22,31). Sum of RGB (Red+Green+Blue) = 255+22+31=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF161F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF161F is #00E9E0. Grayscale: #5C5C5C. Windows color (decimal): -59873 or 2037503. OLE color: 2037503.

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

Color convert

RGB 255 22 31 -
CMYK 0 0.91 0.88 0
HSL 357.68º 1% 0.54% -
HSV(B) 357.68º 0.91% 1% -
XYZ 41.77 21.93 3.33 -
YUV 92.69 93.19 243.77 -
System Red Green Blue C M Y K H S L
Decimal 255 22 31 0 0.91 0.88 0 357.68 1 0.54
Hex FF 16 1F 0 5B 58 0 166 64 36
Octal 377 26 37 0 133 130 0 546 144 66
Binary 11111111 10110 11111 0 1011011 1011000 0 101100110 1100100 110110

Color Harmonies of #FF161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF161F

Black with #FF161F

Text Example


Text Example

White with #FF161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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