Html Css Color HEX #FC151F Torch Red

📋 copy color: '#FC151F'

red 252 ◦ green 21 ◦ blue 31

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

Shades of Torch Red #FC151F

Tints of Torch Red #FC151F

RGB

 RED value IS 252 (98.83% from 255) = 82.89%

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 82.89%
G = 6.91%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC151F (or 0xFC151F) is known color: Torch Red. HEX triplet: FC, 15 and 1F. RGB value is (252,21,31). Sum of RGB (Red+Green+Blue) = 252+21+31=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC151F is #03EAE0. Grayscale: #5B5B5B. Windows color (decimal): -256737 or 2037244. OLE color: 2037244.

HSL color Cylindrical-coordinate representation of color #FC151F: hue angle of 357.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC151F is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 31 -
CMYK 0 0.92 0.88 0.01
HSL 357.4º 0.97% 0.54% -
HSV(B) 357.4º 0.92% 0.99% -
XYZ 40.66 21.33 3.27 -
YUV 91.21 94.03 242.69 -
System Red Green Blue C M Y K H S L
Decimal 252 21 31 0 0.92 0.88 0.01 357.4 0.97 0.54
Hex FC 15 1F 0 5C 58 1 165 61 36
Octal 374 25 37 0 134 130 1 545 141 66
Binary 11111100 10101 11111 0 1011100 1011000 1 101100101 1100001 110110

Color Harmonies of #FC151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC151F

Black with #FC151F

Text Example


Text Example

White with #FC151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC151F; }

 p { color: rgb(252,21,31); }

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

background-color css

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

 a { background-color: rgb(252,21,31); }

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

border-color css

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

 span { border-color: rgb(252,21,31); }

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