Html Css Color HEX #FC0016 Torch Red

📋 copy color: '#FC0016'

red 252 ◦ green 0 ◦ blue 22

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

Shades of Torch Red #FC0016

Tints of Torch Red #FC0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 91.97%
G = 0%
B = 8.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0016 (or 0xFC0016) is known color: Torch Red. HEX triplet: FC, 00 and 16. RGB value is (252,0,22). Sum of RGB (Red+Green+Blue) = 252+0+22=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0016 is #03FFE9. Grayscale: #4E4E4E. Windows color (decimal): -262122 or 1442044. OLE color: 1442044.

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

Color convert

RGB 252 0 22 -
CMYK 0 1 0.91 0.01
HSL 354.76º 1% 0.49% -
HSV(B) 354.76º 1% 0.99% -
XYZ 40.29 20.75 2.64 -
YUV 77.86 96.49 252.21 -
System Red Green Blue C M Y K H S L
Decimal 252 0 22 0 1 0.91 0.01 354.76 1 0.49
Hex FC 0 16 0 64 5B 1 163 64 31
Octal 374 0 26 0 144 133 1 543 144 61
Binary 11111100 0 10110 0 1100100 1011011 1 101100011 1100100 110001

Color Harmonies of #FC0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0016

Black with #FC0016

Text Example


Text Example

White with #FC0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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