Html Css Color HEX #FA181A Torch Red

📋 copy color: '#FA181A'

red 250 ◦ green 24 ◦ blue 26

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

Shades of Torch Red #FA181A

Tints of Torch Red #FA181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 83.33%
G = 8%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA181A (or 0xFA181A) is known color: Torch Red. HEX triplet: FA, 18 and 1A. RGB value is (250,24,26). Sum of RGB (Red+Green+Blue) = 250+24+26=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA181A is #05E7E5. Grayscale: #5C5C5C. Windows color (decimal): -387046 or 1710330. OLE color: 1710330.

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

Color convert

RGB 250 24 26 -
CMYK 0 0.90 0.90 0.02
HSL 359.47º 0.96% 0.54% -
HSV(B) 359.47º 0.9% 0.98% -
XYZ 39.94 21.05 2.94 -
YUV 91.8 90.87 240.84 -
System Red Green Blue C M Y K H S L
Decimal 250 24 26 0 0.90 0.90 0.02 359.47 0.96 0.54
Hex FA 18 1A 0 5A 5A 2 167 60 36
Octal 372 30 32 0 132 132 2 547 140 66
Binary 11111010 11000 11010 0 1011010 1011010 10 101100111 1100000 110110

Color Harmonies of #FA181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA181A

Black with #FA181A

Text Example


Text Example

White with #FA181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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