Html Css Color HEX #FA0916 Torch Red

📋 copy color: '#FA0916'

red 250 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #FA0916

Tints of Torch Red #FA0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

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

R = 88.97%
G = 3.2%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA0916 (or 0xFA0916) is known color: Torch Red. HEX triplet: FA, 09 and 16. RGB value is (250,9,22). Sum of RGB (Red+Green+Blue) = 250+9+22=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0916 is #05F6E9. Grayscale: #525252. Windows color (decimal): -390890 or 1444346. OLE color: 1444346.

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

Color convert

RGB 250 9 22 -
CMYK 0 0.96 0.91 0.02
HSL 356.76º 0.96% 0.51% -
HSV(B) 356.76º 0.96% 0.98% -
XYZ 39.67 20.58 2.64 -
YUV 82.54 93.84 247.44 -
System Red Green Blue C M Y K H S L
Decimal 250 9 22 0 0.96 0.91 0.02 356.76 0.96 0.51
Hex FA 9 16 0 60 5B 2 165 60 33
Octal 372 11 26 0 140 133 2 545 140 63
Binary 11111010 1001 10110 0 1100000 1011011 10 101100101 1100000 110011

Color Harmonies of #FA0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0916

Black with #FA0916

Text Example


Text Example

White with #FA0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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