Html Css Color HEX #FA1117 Torch Red

📋 copy color: '#FA1117'

red 250 ◦ green 17 ◦ blue 23

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

Shades of Torch Red #FA1117

Tints of Torch Red #FA1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

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

R = 86.21%
G = 5.86%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1117 (or 0xFA1117) is known color: Torch Red. HEX triplet: FA, 11 and 17. RGB value is (250,17,23). Sum of RGB (Red+Green+Blue) = 250+17+23=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1117 is #05EEE8. Grayscale: #575757. Windows color (decimal): -388841 or 1511930. OLE color: 1511930.

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

Color convert

RGB 250 17 23 -
CMYK 0 0.93 0.91 0.02
HSL 358.45º 0.96% 0.52% -
HSV(B) 358.45º 0.93% 0.98% -
XYZ 39.78 20.79 2.73 -
YUV 87.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 250 17 23 0 0.93 0.91 0.02 358.45 0.96 0.52
Hex FA 11 17 0 5D 5B 2 166 60 34
Octal 372 21 27 0 135 133 2 546 140 64
Binary 11111010 10001 10111 0 1011101 1011011 10 101100110 1100000 110100

Color Harmonies of #FA1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1117

Black with #FA1117

Text Example


Text Example

White with #FA1117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1117; }

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

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

background-color css

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

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

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

border-color css

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

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

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