Html Css Color HEX #FA0820 Torch Red

📋 copy color: '#FA0820'

red 250 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #FA0820

Tints of Torch Red #FA0820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 86.21%
G = 2.76%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA0820 (or 0xFA0820) is known color: Torch Red. HEX triplet: FA, 08 and 20. RGB value is (250,8,32). Sum of RGB (Red+Green+Blue) = 250+8+32=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0820 is #05F7DF. Grayscale: #535353. Windows color (decimal): -391136 or 2099450. OLE color: 2099450.

HSL color Cylindrical-coordinate representation of color #FA0820: hue angle of 354.05º 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 #FA0820 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 32 -
CMYK 0 0.97 0.87 0.02
HSL 354.05º 0.96% 0.51% -
HSV(B) 354.05º 0.97% 0.98% -
XYZ 39.77 20.6 3.25 -
YUV 83.09 99.17 247.05 -
System Red Green Blue C M Y K H S L
Decimal 250 8 32 0 0.97 0.87 0.02 354.05 0.96 0.51
Hex FA 8 20 0 61 57 2 162 60 33
Octal 372 10 40 0 141 127 2 542 140 63
Binary 11111010 1000 100000 0 1100001 1010111 10 101100010 1100000 110011

Color Harmonies of #FA0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0820

Black with #FA0820

Text Example


Text Example

White with #FA0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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