Html Css Color HEX #FA153B Torch Red

📋 copy color: '#FA153B'

red 250 ◦ green 21 ◦ blue 59

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

Shades of Torch Red #FA153B

Tints of Torch Red #FA153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 75.76%
G = 6.36%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA153B (or 0xFA153B) is known color: Torch Red. HEX triplet: FA, 15 and 3B. RGB value is (250,21,59). Sum of RGB (Red+Green+Blue) = 250+21+59=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA153B is #05EAC4. Grayscale: #5D5D5D. Windows color (decimal): -387781 or 3872250. OLE color: 3872250.

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

Color convert

RGB 250 21 59 -
CMYK 0 0.92 0.76 0.02
HSL 350.04º 0.96% 0.53% -
HSV(B) 350.04º 0.92% 0.98% -
XYZ 40.48 21.18 6.09 -
YUV 93.8 108.37 239.41 -
System Red Green Blue C M Y K H S L
Decimal 250 21 59 0 0.92 0.76 0.02 350.04 0.96 0.53
Hex FA 15 3B 0 5C 4C 2 15E 60 35
Octal 372 25 73 0 134 114 2 536 140 65
Binary 11111010 10101 111011 0 1011100 1001100 10 101011110 1100000 110101

Color Harmonies of #FA153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA153B

Black with #FA153B

Text Example


Text Example

White with #FA153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA153B; }

 p { color: rgb(250,21,59); }

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

background-color css

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

 a { background-color: rgb(250,21,59); }

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

border-color css

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

 span { border-color: rgb(250,21,59); }

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