Html Css Color HEX #FC181A Torch Red

📋 copy color: '#FC181A'

red 252 ◦ green 24 ◦ blue 26

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

Shades of Torch Red #FC181A

Tints of Torch Red #FC181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 83.44%
G = 7.95%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC181A (or 0xFC181A) is known color: Torch Red. HEX triplet: FC, 18 and 1A. RGB value is (252,24,26). Sum of RGB (Red+Green+Blue) = 252+24+26=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC181A is #03E7E5. Grayscale: #5C5C5C. Windows color (decimal): -255974 or 1710332. OLE color: 1710332.

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

Color convert

RGB 252 24 26 -
CMYK 0 0.90 0.90 0.01
HSL 359.47º 0.97% 0.54% -
HSV(B) 359.47º 0.9% 0.99% -
XYZ 40.66 21.42 2.97 -
YUV 92.4 90.54 241.84 -
System Red Green Blue C M Y K H S L
Decimal 252 24 26 0 0.90 0.90 0.01 359.47 0.97 0.54
Hex FC 18 1A 0 5A 5A 1 167 61 36
Octal 374 30 32 0 132 132 1 547 141 66
Binary 11111100 11000 11010 0 1011010 1011010 1 101100111 1100001 110110

Color Harmonies of #FC181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC181A

Black with #FC181A

Text Example


Text Example

White with #FC181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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