Html Css Color HEX #FA0118 Torch Red

📋 copy color: '#FA0118'

red 250 ◦ green 1 ◦ blue 24

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

Shades of Torch Red #FA0118

Tints of Torch Red #FA0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 90.91%
G = 0.36%
B = 8.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA0118 (or 0xFA0118) is known color: Torch Red. HEX triplet: FA, 01 and 18. RGB value is (250,1,24). Sum of RGB (Red+Green+Blue) = 250+1+24=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0118 is #05FEE7. Grayscale: #4E4E4E. Windows color (decimal): -392936 or 1573370. OLE color: 1573370.

HSL color Cylindrical-coordinate representation of color #FA0118: hue angle of 354.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 24 -
CMYK 0 1.00 0.90 0.02
HSL 354.46º 0.99% 0.49% -
HSV(B) 354.46º 1% 0.98% -
XYZ 39.6 20.41 2.72 -
YUV 78.07 97.49 250.63 -
System Red Green Blue C M Y K H S L
Decimal 250 1 24 0 1.00 0.90 0.02 354.46 0.99 0.49
Hex FA 1 18 0 64 5A 2 162 63 31
Octal 372 1 30 0 144 132 2 542 143 61
Binary 11111010 1 11000 0 1100100 1011010 10 101100010 1100011 110001

Color Harmonies of #FA0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0118

Black with #FA0118

Text Example


Text Example

White with #FA0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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