Html Css Color HEX #FA0810 Torch Red

📋 copy color: '#FA0810'

red 250 ◦ green 8 ◦ blue 16

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

Shades of Torch Red #FA0810

Tints of Torch Red #FA0810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 91.24%
G = 2.92%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA0810 (or 0xFA0810) is known color: Torch Red. HEX triplet: FA, 08 and 10. RGB value is (250,8,16). Sum of RGB (Red+Green+Blue) = 250+8+16=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0810 is #05F7EF. Grayscale: #515151. Windows color (decimal): -391152 or 1050874. OLE color: 1050874.

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

Color convert

RGB 250 8 16 -
CMYK 0 0.97 0.94 0.02
HSL 358.02º 0.96% 0.51% -
HSV(B) 358.02º 0.97% 0.98% -
XYZ 39.6 20.54 2.37 -
YUV 81.27 91.17 248.35 -
System Red Green Blue C M Y K H S L
Decimal 250 8 16 0 0.97 0.94 0.02 358.02 0.96 0.51
Hex FA 8 10 0 61 5E 2 166 60 33
Octal 372 10 20 0 141 136 2 546 140 63
Binary 11111010 1000 10000 0 1100001 1011110 10 101100110 1100000 110011

Color Harmonies of #FA0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0810

Black with #FA0810

Text Example


Text Example

White with #FA0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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