Html Css Color HEX #FA1617 Torch Red

📋 copy color: '#FA1617'

red 250 ◦ green 22 ◦ blue 23

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

Shades of Torch Red #FA1617

Tints of Torch Red #FA1617

RGB

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

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

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

R = 84.75%
G = 7.46%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1617 (or 0xFA1617) is known color: Torch Red. HEX triplet: FA, 16 and 17. RGB value is (250,22,23). Sum of RGB (Red+Green+Blue) = 250+22+23=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1617 is #05E9E8. Grayscale: #5A5A5A. Windows color (decimal): -387561 or 1513210. OLE color: 1513210.

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

Color convert

RGB 250 22 23 -
CMYK 0 0.91 0.91 0.02
HSL 359.74º 0.96% 0.53% -
HSV(B) 359.74º 0.91% 0.98% -
XYZ 39.87 20.96 2.76 -
YUV 90.29 90.04 241.92 -
System Red Green Blue C M Y K H S L
Decimal 250 22 23 0 0.91 0.91 0.02 359.74 0.96 0.53
Hex FA 16 17 0 5B 5B 2 168 60 35
Octal 372 26 27 0 133 133 2 550 140 65
Binary 11111010 10110 10111 0 1011011 1011011 10 101101000 1100000 110101

Color Harmonies of #FA1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1617

Black with #FA1617

Text Example


Text Example

White with #FA1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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