Html Css Color HEX #FC151D Torch Red

📋 copy color: '#FC151D'

red 252 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #FC151D

Tints of Torch Red #FC151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 83.44%
G = 6.95%
B = 9.6%

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

#FC151D (or 0xFC151D) is known color: Torch Red. HEX triplet: FC, 15 and 1D. RGB value is (252,21,29). Sum of RGB (Red+Green+Blue) = 252+21+29=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC151D is #03EAE2. Grayscale: #5B5B5B. Windows color (decimal): -256739 or 1906172. OLE color: 1906172.

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

Color convert

RGB 252 21 29 -
CMYK 0 0.92 0.88 0.01
HSL 357.92º 0.97% 0.54% -
HSV(B) 357.92º 0.92% 0.99% -
XYZ 40.63 21.32 3.14 -
YUV 90.98 93.03 242.85 -
System Red Green Blue C M Y K H S L
Decimal 252 21 29 0 0.92 0.88 0.01 357.92 0.97 0.54
Hex FC 15 1D 0 5C 58 1 166 61 36
Octal 374 25 35 0 134 130 1 546 141 66
Binary 11111100 10101 11101 0 1011100 1011000 1 101100110 1100001 110110

Color Harmonies of #FC151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC151D

Black with #FC151D

Text Example


Text Example

White with #FC151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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