Html Css Color HEX #FA122E Torch Red

📋 copy color: '#FA122E'

red 250 ◦ green 18 ◦ blue 46

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

Shades of Torch Red #FA122E

Tints of Torch Red #FA122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 79.62%
G = 5.73%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA122E (or 0xFA122E) is known color: Torch Red. HEX triplet: FA, 12 and 2E. RGB value is (250,18,46). Sum of RGB (Red+Green+Blue) = 250+18+46=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA122E is #05EDD1. Grayscale: #5A5A5A. Windows color (decimal): -388562 or 3019514. OLE color: 3019514.

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

Color convert

RGB 250 18 46 -
CMYK 0 0.93 0.82 0.02
HSL 352.76º 0.96% 0.53% -
HSV(B) 352.76º 0.93% 0.98% -
XYZ 40.13 20.95 4.51 -
YUV 90.56 102.86 241.72 -
System Red Green Blue C M Y K H S L
Decimal 250 18 46 0 0.93 0.82 0.02 352.76 0.96 0.53
Hex FA 12 2E 0 5D 52 2 161 60 35
Octal 372 22 56 0 135 122 2 541 140 65
Binary 11111010 10010 101110 0 1011101 1010010 10 101100001 1100000 110101

Color Harmonies of #FA122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA122E

Black with #FA122E

Text Example


Text Example

White with #FA122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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