Html Css Color HEX #FA121F Torch Red

📋 copy color: '#FA121F'

red 250 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #FA121F

Tints of Torch Red #FA121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 83.61%
G = 6.02%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA121F (or 0xFA121F) is known color: Torch Red. HEX triplet: FA, 12 and 1F. RGB value is (250,18,31). Sum of RGB (Red+Green+Blue) = 250+18+31=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA121F is #05EDE0. Grayscale: #595959. Windows color (decimal): -388577 or 2036474. OLE color: 2036474.

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

Color convert

RGB 250 18 31 -
CMYK 0 0.93 0.88 0.02
HSL 356.64º 0.96% 0.53% -
HSV(B) 356.64º 0.93% 0.98% -
XYZ 39.89 20.86 3.22 -
YUV 88.85 95.36 242.94 -
System Red Green Blue C M Y K H S L
Decimal 250 18 31 0 0.93 0.88 0.02 356.64 0.96 0.53
Hex FA 12 1F 0 5D 58 2 165 60 35
Octal 372 22 37 0 135 130 2 545 140 65
Binary 11111010 10010 11111 0 1011101 1011000 10 101100101 1100000 110101

Color Harmonies of #FA121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA121F

Black with #FA121F

Text Example


Text Example

White with #FA121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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