Html Css Color HEX #FA1017 Torch Red

📋 copy color: '#FA1017'

red 250 ◦ green 16 ◦ blue 23

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

Shades of Torch Red #FA1017

Tints of Torch Red #FA1017

RGB

 RED value IS 250 (98.05% from 255) = 86.51%

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

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

R = 86.51%
G = 5.54%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1017 (or 0xFA1017) is known color: Torch Red. HEX triplet: FA, 10 and 17. RGB value is (250,16,23). Sum of RGB (Red+Green+Blue) = 250+16+23=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1017 is #05EFE8. Grayscale: #565656. Windows color (decimal): -389097 or 1511674. OLE color: 1511674.

HSL color Cylindrical-coordinate representation of color #FA1017: hue angle of 358.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1017 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 23 -
CMYK 0 0.94 0.91 0.02
HSL 358.21º 0.96% 0.52% -
HSV(B) 358.21º 0.94% 0.98% -
XYZ 39.76 20.76 2.72 -
YUV 86.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 250 16 23 0 0.94 0.91 0.02 358.21 0.96 0.52
Hex FA 10 17 0 5E 5B 2 166 60 34
Octal 372 20 27 0 136 133 2 546 140 64
Binary 11111010 10000 10111 0 1011110 1011011 10 101100110 1100000 110100

Color Harmonies of #FA1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1017

Black with #FA1017

Text Example


Text Example

White with #FA1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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