Html Css Color HEX #FC191D Torch Red

📋 copy color: '#FC191D'

red 252 ◦ green 25 ◦ blue 29

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

Shades of Torch Red #FC191D

Tints of Torch Red #FC191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 82.35%
G = 8.17%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC191D (or 0xFC191D) is known color: Torch Red. HEX triplet: FC, 19 and 1D. RGB value is (252,25,29). Sum of RGB (Red+Green+Blue) = 252+25+29=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC191D is #03E6E2. Grayscale: #5D5D5D. Windows color (decimal): -255715 or 1907196. OLE color: 1907196.

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

Color convert

RGB 252 25 29 -
CMYK 0 0.90 0.88 0.01
HSL 358.94º 0.97% 0.54% -
HSV(B) 358.94º 0.9% 0.99% -
XYZ 40.71 21.48 3.16 -
YUV 93.33 91.71 241.17 -
System Red Green Blue C M Y K H S L
Decimal 252 25 29 0 0.90 0.88 0.01 358.94 0.97 0.54
Hex FC 19 1D 0 5A 58 1 167 61 36
Octal 374 31 35 0 132 130 1 547 141 66
Binary 11111100 11001 11101 0 1011010 1011000 1 101100111 1100001 110110

Color Harmonies of #FC191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC191D

Black with #FC191D

Text Example


Text Example

White with #FC191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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