Html Css Color HEX #FA151A Torch Red

📋 copy color: '#FA151A'

red 250 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #FA151A

Tints of Torch Red #FA151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 84.18%
G = 7.07%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA151A (or 0xFA151A) is known color: Torch Red. HEX triplet: FA, 15 and 1A. RGB value is (250,21,26). Sum of RGB (Red+Green+Blue) = 250+21+26=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA151A is #05EAE5. Grayscale: #5A5A5A. Windows color (decimal): -387814 or 1709562. OLE color: 1709562.

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

Color convert

RGB 250 21 26 -
CMYK 0 0.92 0.90 0.02
HSL 358.69º 0.96% 0.53% -
HSV(B) 358.69º 0.92% 0.98% -
XYZ 39.88 20.93 2.92 -
YUV 90.04 91.87 242.09 -
System Red Green Blue C M Y K H S L
Decimal 250 21 26 0 0.92 0.90 0.02 358.69 0.96 0.53
Hex FA 15 1A 0 5C 5A 2 167 60 35
Octal 372 25 32 0 134 132 2 547 140 65
Binary 11111010 10101 11010 0 1011100 1011010 10 101100111 1100000 110101

Color Harmonies of #FA151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA151A

Black with #FA151A

Text Example


Text Example

White with #FA151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA151A; }

 p { color: rgb(250,21,26); }

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

background-color css

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

 a { background-color: rgb(250,21,26); }

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

border-color css

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

 span { border-color: rgb(250,21,26); }

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