Html Css Color HEX #FA0137 Torch Red

📋 copy color: '#FA0137'

red 250 ◦ green 1 ◦ blue 55

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

Shades of Torch Red #FA0137

Tints of Torch Red #FA0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 81.7%
G = 0.33%
B = 17.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA0137 (or 0xFA0137) is known color: Torch Red. HEX triplet: FA, 01 and 37. RGB value is (250,1,55). Sum of RGB (Red+Green+Blue) = 250+1+55=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0137 is #05FEC8. Grayscale: #515151. Windows color (decimal): -392905 or 3604986. OLE color: 3604986.

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

Color convert

RGB 250 1 55 -
CMYK 0 1.00 0.78 0.02
HSL 346.99º 0.99% 0.49% -
HSV(B) 346.99º 1% 0.98% -
XYZ 40.12 20.62 5.48 -
YUV 81.61 112.99 248.11 -
System Red Green Blue C M Y K H S L
Decimal 250 1 55 0 1.00 0.78 0.02 346.99 0.99 0.49
Hex FA 1 37 0 64 4E 2 15B 63 31
Octal 372 1 67 0 144 116 2 533 143 61
Binary 11111010 1 110111 0 1100100 1001110 10 101011011 1100011 110001

Color Harmonies of #FA0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0137

Black with #FA0137

Text Example


Text Example

White with #FA0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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