Html Css Color HEX #FC191E Torch Red

📋 copy color: '#FC191E'

red 252 ◦ green 25 ◦ blue 30

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

Shades of Torch Red #FC191E

Tints of Torch Red #FC191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 82.08%
G = 8.14%
B = 9.77%

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

#FC191E (or 0xFC191E) is known color: Torch Red. HEX triplet: FC, 19 and 1E. RGB value is (252,25,30). Sum of RGB (Red+Green+Blue) = 252+25+30=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC191E is #03E6E1. Grayscale: #5D5D5D. Windows color (decimal): -255714 or 1972732. OLE color: 1972732.

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

Color convert

RGB 252 25 30 -
CMYK 0 0.90 0.88 0.01
HSL 358.68º 0.97% 0.54% -
HSV(B) 358.68º 0.9% 0.99% -
XYZ 40.73 21.48 3.23 -
YUV 93.44 92.21 241.09 -
System Red Green Blue C M Y K H S L
Decimal 252 25 30 0 0.90 0.88 0.01 358.68 0.97 0.54
Hex FC 19 1E 0 5A 58 1 167 61 36
Octal 374 31 36 0 132 130 1 547 141 66
Binary 11111100 11001 11110 0 1011010 1011000 1 101100111 1100001 110110

Color Harmonies of #FC191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC191E

Black with #FC191E

Text Example


Text Example

White with #FC191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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