Html Css Color HEX #FA151B Torch Red

📋 copy color: '#FA151B'

red 250 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #FA151B

Tints of Torch Red #FA151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 83.89%
G = 7.05%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA151B (or 0xFA151B) is known color: Torch Red. HEX triplet: FA, 15 and 1B. RGB value is (250,21,27). Sum of RGB (Red+Green+Blue) = 250+21+27=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA151B is #05EAE4. Grayscale: #5A5A5A. Windows color (decimal): -387813 or 1775098. OLE color: 1775098.

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

Color convert

RGB 250 21 27 -
CMYK 0 0.92 0.89 0.02
HSL 358.43º 0.96% 0.53% -
HSV(B) 358.43º 0.92% 0.98% -
XYZ 39.89 20.94 2.98 -
YUV 90.16 92.37 242.01 -
System Red Green Blue C M Y K H S L
Decimal 250 21 27 0 0.92 0.89 0.02 358.43 0.96 0.53
Hex FA 15 1B 0 5C 59 2 166 60 35
Octal 372 25 33 0 134 131 2 546 140 65
Binary 11111010 10101 11011 0 1011100 1011001 10 101100110 1100000 110101

Color Harmonies of #FA151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA151B

Black with #FA151B

Text Example


Text Example

White with #FA151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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