Html Css Color HEX #FA151C Torch Red

📋 copy color: '#FA151C'

red 250 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #FA151C

Tints of Torch Red #FA151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 83.61%
G = 7.02%
B = 9.36%

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

#FA151C (or 0xFA151C) is known color: Torch Red. HEX triplet: FA, 15 and 1C. RGB value is (250,21,28). Sum of RGB (Red+Green+Blue) = 250+21+28=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA151C is #05EAE3. Grayscale: #5A5A5A. Windows color (decimal): -387812 or 1840634. OLE color: 1840634.

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

Color convert

RGB 250 21 28 -
CMYK 0 0.92 0.89 0.02
HSL 358.17º 0.96% 0.53% -
HSV(B) 358.17º 0.92% 0.98% -
XYZ 39.9 20.94 3.04 -
YUV 90.27 92.87 241.93 -
System Red Green Blue C M Y K H S L
Decimal 250 21 28 0 0.92 0.89 0.02 358.17 0.96 0.53
Hex FA 15 1C 0 5C 59 2 166 60 35
Octal 372 25 34 0 134 131 2 546 140 65
Binary 11111010 10101 11100 0 1011100 1011001 10 101100110 1100000 110101

Color Harmonies of #FA151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA151C

Black with #FA151C

Text Example


Text Example

White with #FA151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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