Html Css Color HEX #FA0816 Torch Red

📋 copy color: '#FA0816'

red 250 ◦ green 8 ◦ blue 22

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

Shades of Torch Red #FA0816

Tints of Torch Red #FA0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 89.29%
G = 2.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA0816 (or 0xFA0816) is known color: Torch Red. HEX triplet: FA, 08 and 16. RGB value is (250,8,22). Sum of RGB (Red+Green+Blue) = 250+8+22=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0816 is #05F7E9. Grayscale: #525252. Windows color (decimal): -391146 or 1444090. OLE color: 1444090.

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

Color convert

RGB 250 8 22 -
CMYK 0 0.97 0.91 0.02
HSL 356.53º 0.96% 0.51% -
HSV(B) 356.53º 0.97% 0.98% -
XYZ 39.66 20.56 2.64 -
YUV 81.95 94.17 247.86 -
System Red Green Blue C M Y K H S L
Decimal 250 8 22 0 0.97 0.91 0.02 356.53 0.96 0.51
Hex FA 8 16 0 61 5B 2 165 60 33
Octal 372 10 26 0 141 133 2 545 140 63
Binary 11111010 1000 10110 0 1100001 1011011 10 101100101 1100000 110011

Color Harmonies of #FA0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0816

Black with #FA0816

Text Example


Text Example

White with #FA0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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