Html Css Color HEX #FA141D Torch Red

📋 copy color: '#FA141D'

red 250 ◦ green 20 ◦ blue 29

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

Shades of Torch Red #FA141D

Tints of Torch Red #FA141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 29 (11.72% from 255) = 9.7%

R = 83.61%
G = 6.69%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA141D (or 0xFA141D) is known color: Torch Red. HEX triplet: FA, 14 and 1D. RGB value is (250,20,29). Sum of RGB (Red+Green+Blue) = 250+20+29=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA141D is #05EBE2. Grayscale: #595959. Windows color (decimal): -388067 or 1905914. OLE color: 1905914.

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

Color convert

RGB 250 20 29 -
CMYK 0 0.92 0.88 0.02
HSL 357.65º 0.96% 0.53% -
HSV(B) 357.65º 0.92% 0.98% -
XYZ 39.9 20.91 3.1 -
YUV 89.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 250 20 29 0 0.92 0.88 0.02 357.65 0.96 0.53
Hex FA 14 1D 0 5C 58 2 166 60 35
Octal 372 24 35 0 134 130 2 546 140 65
Binary 11111010 10100 11101 0 1011100 1011000 10 101100110 1100000 110101

Color Harmonies of #FA141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA141D

Black with #FA141D

Text Example


Text Example

White with #FA141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA141D; }

 p { color: rgb(250,20,29); }

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

background-color css

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

 a { background-color: rgb(250,20,29); }

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

border-color css

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

 span { border-color: rgb(250,20,29); }

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