Html Css Color HEX #FF1016 Torch Red

📋 copy color: '#FF1016'

red 255 ◦ green 16 ◦ blue 22

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

Shades of Torch Red #FF1016

Tints of Torch Red #FF1016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 87.03%
G = 5.46%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1016 (or 0xFF1016) is known color: Torch Red. HEX triplet: FF, 10 and 16. RGB value is (255,16,22). Sum of RGB (Red+Green+Blue) = 255+16+22=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1016 is #00EFE9. Grayscale: #585858. Windows color (decimal): -61418 or 1446143. OLE color: 1446143.

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

Color convert

RGB 255 16 22 -
CMYK 0 0.94 0.91 0
HSL 358.49º 1% 0.53% -
HSV(B) 358.49º 0.94% 1% -
XYZ 41.57 21.69 2.75 -
YUV 88.15 90.68 247.01 -
System Red Green Blue C M Y K H S L
Decimal 255 16 22 0 0.94 0.91 0 358.49 1 0.53
Hex FF 10 16 0 5E 5B 0 166 64 35
Octal 377 20 26 0 136 133 0 546 144 65
Binary 11111111 10000 10110 0 1011110 1011011 0 101100110 1100100 110101

Color Harmonies of #FF1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1016

Black with #FF1016

Text Example


Text Example

White with #FF1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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