Html Css Color HEX #FC151B Torch Red

📋 copy color: '#FC151B'

red 252 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #FC151B

Tints of Torch Red #FC151B

RGB

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

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

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

R = 84%
G = 7%
B = 9%

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

#FC151B (or 0xFC151B) is known color: Torch Red. HEX triplet: FC, 15 and 1B. RGB value is (252,21,27). Sum of RGB (Red+Green+Blue) = 252+21+27=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC151B is #03EAE4. Grayscale: #5A5A5A. Windows color (decimal): -256741 or 1775100. OLE color: 1775100.

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

Color convert

RGB 252 21 27 -
CMYK 0 0.92 0.89 0.01
HSL 358.44º 0.97% 0.54% -
HSV(B) 358.44º 0.92% 0.99% -
XYZ 40.61 21.31 3.01 -
YUV 90.75 92.03 243.01 -
System Red Green Blue C M Y K H S L
Decimal 252 21 27 0 0.92 0.89 0.01 358.44 0.97 0.54
Hex FC 15 1B 0 5C 59 1 166 61 36
Octal 374 25 33 0 134 131 1 546 141 66
Binary 11111100 10101 11011 0 1011100 1011001 1 101100110 1100001 110110

Color Harmonies of #FC151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC151B

Black with #FC151B

Text Example


Text Example

White with #FC151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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