Html Css Color HEX #FC161A Torch Red

📋 copy color: '#FC161A'

red 252 ◦ green 22 ◦ blue 26

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

Shades of Torch Red #FC161A

Tints of Torch Red #FC161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 84%
G = 7.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC161A (or 0xFC161A) is known color: Torch Red. HEX triplet: FC, 16 and 1A. RGB value is (252,22,26). Sum of RGB (Red+Green+Blue) = 252+22+26=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC161A is #03E9E5. Grayscale: #5B5B5B. Windows color (decimal): -256486 or 1709820. OLE color: 1709820.

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

Color convert

RGB 252 22 26 -
CMYK 0 0.91 0.90 0.01
HSL 358.96º 0.97% 0.54% -
HSV(B) 358.96º 0.91% 0.99% -
XYZ 40.62 21.34 2.96 -
YUV 91.23 91.2 242.67 -
System Red Green Blue C M Y K H S L
Decimal 252 22 26 0 0.91 0.90 0.01 358.96 0.97 0.54
Hex FC 16 1A 0 5B 5A 1 167 61 36
Octal 374 26 32 0 133 132 1 547 141 66
Binary 11111100 10110 11010 0 1011011 1011010 1 101100111 1100001 110110

Color Harmonies of #FC161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC161A

Black with #FC161A

Text Example


Text Example

White with #FC161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC161A; }

 p { color: rgb(252,22,26); }

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

background-color css

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

 a { background-color: rgb(252,22,26); }

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

border-color css

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

 span { border-color: rgb(252,22,26); }

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