Html Css Color HEX #FF1017 Torch Red

📋 copy color: '#FF1017'

red 255 ◦ green 16 ◦ blue 23

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

Shades of Torch Red #FF1017

Tints of Torch Red #FF1017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 86.73%
G = 5.44%
B = 7.82%

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

#FF1017 (or 0xFF1017) is known color: Torch Red. HEX triplet: FF, 10 and 17. RGB value is (255,16,23). Sum of RGB (Red+Green+Blue) = 255+16+23=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1017 is #00EFE8. Grayscale: #585858. Windows color (decimal): -61417 or 1511679. OLE color: 1511679.

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

Color convert

RGB 255 16 23 -
CMYK 0 0.94 0.91 0
HSL 358.24º 1% 0.53% -
HSV(B) 358.24º 0.94% 1% -
XYZ 41.58 21.69 2.81 -
YUV 88.26 91.18 246.93 -
System Red Green Blue C M Y K H S L
Decimal 255 16 23 0 0.94 0.91 0 358.24 1 0.53
Hex FF 10 17 0 5E 5B 0 166 64 35
Octal 377 20 27 0 136 133 0 546 144 65
Binary 11111111 10000 10111 0 1011110 1011011 0 101100110 1100100 110101

Color Harmonies of #FF1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1017

Black with #FF1017

Text Example


Text Example

White with #FF1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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