Html Css Color HEX #FC011A Torch Red

📋 copy color: '#FC011A'

red 252 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #FC011A

Tints of Torch Red #FC011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 90.32%
G = 0.36%
B = 9.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC011A (or 0xFC011A) is known color: Torch Red. HEX triplet: FC, 01 and 1A. RGB value is (252,1,26). Sum of RGB (Red+Green+Blue) = 252+1+26=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC011A is #03FEE5. Grayscale: #4F4F4F. Windows color (decimal): -261862 or 1704444. OLE color: 1704444.

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

Color convert

RGB 252 1 26 -
CMYK 0 1.00 0.90 0.01
HSL 354.02º 0.99% 0.5% -
HSV(B) 354.02º 1% 0.99% -
XYZ 40.34 20.79 2.86 -
YUV 78.9 98.16 251.47 -
System Red Green Blue C M Y K H S L
Decimal 252 1 26 0 1.00 0.90 0.01 354.02 0.99 0.5
Hex FC 1 1A 0 64 5A 1 162 63 32
Octal 374 1 32 0 144 132 1 542 143 62
Binary 11111100 1 11010 0 1100100 1011010 1 101100010 1100011 110010

Color Harmonies of #FC011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC011A

Black with #FC011A

Text Example


Text Example

White with #FC011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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