Html Css Color HEX #FC151C Torch Red

📋 copy color: '#FC151C'

red 252 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #FC151C

Tints of Torch Red #FC151C

RGB

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

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

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

R = 83.72%
G = 6.98%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC151C (or 0xFC151C) is known color: Torch Red. HEX triplet: FC, 15 and 1C. RGB value is (252,21,28). Sum of RGB (Red+Green+Blue) = 252+21+28=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC151C is #03EAE3. Grayscale: #5B5B5B. Windows color (decimal): -256740 or 1840636. OLE color: 1840636.

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

Color convert

RGB 252 21 28 -
CMYK 0 0.92 0.89 0.01
HSL 358.18º 0.97% 0.54% -
HSV(B) 358.18º 0.92% 0.99% -
XYZ 40.62 21.32 3.07 -
YUV 90.87 92.53 242.93 -
System Red Green Blue C M Y K H S L
Decimal 252 21 28 0 0.92 0.89 0.01 358.18 0.97 0.54
Hex FC 15 1C 0 5C 59 1 166 61 36
Octal 374 25 34 0 134 131 1 546 141 66
Binary 11111100 10101 11100 0 1011100 1011001 1 101100110 1100001 110110

Color Harmonies of #FC151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC151C

Black with #FC151C

Text Example


Text Example

White with #FC151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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