Html Css Color HEX #FA122A Torch Red

📋 copy color: '#FA122A'

red 250 ◦ green 18 ◦ blue 42

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

Shades of Torch Red #FA122A

Tints of Torch Red #FA122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 80.65%
G = 5.81%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA122A (or 0xFA122A) is known color: Torch Red. HEX triplet: FA, 12 and 2A. RGB value is (250,18,42). Sum of RGB (Red+Green+Blue) = 250+18+42=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA122A is #05EDD5. Grayscale: #5A5A5A. Windows color (decimal): -388566 or 2757370. OLE color: 2757370.

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

Color convert

RGB 250 18 42 -
CMYK 0 0.93 0.83 0.02
HSL 353.79º 0.96% 0.53% -
HSV(B) 353.79º 0.93% 0.98% -
XYZ 40.06 20.92 4.12 -
YUV 90.1 100.86 242.05 -
System Red Green Blue C M Y K H S L
Decimal 250 18 42 0 0.93 0.83 0.02 353.79 0.96 0.53
Hex FA 12 2A 0 5D 53 2 162 60 35
Octal 372 22 52 0 135 123 2 542 140 65
Binary 11111010 10010 101010 0 1011101 1010011 10 101100010 1100000 110101

Color Harmonies of #FA122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA122A

Black with #FA122A

Text Example


Text Example

White with #FA122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA122A; }

 p { color: rgb(250,18,42); }

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

background-color css

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

 a { background-color: rgb(250,18,42); }

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

border-color css

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

 span { border-color: rgb(250,18,42); }

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