Html Css Color HEX #FC0010 Torch Red

📋 copy color: '#FC0010'

red 252 ◦ green 0 ◦ blue 16

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

Shades of Torch Red #FC0010

Tints of Torch Red #FC0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 94.03%
G = 0%
B = 5.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC0010 (or 0xFC0010) is known color: Torch Red. HEX triplet: FC, 00 and 10. RGB value is (252,0,16). Sum of RGB (Red+Green+Blue) = 252+0+16=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0010 is #03FFEF. Grayscale: #4D4D4D. Windows color (decimal): -262128 or 1048828. OLE color: 1048828.

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

Color convert

RGB 252 0 16 -
CMYK 0 1 0.94 0.01
HSL 356.19º 1% 0.49% -
HSV(B) 356.19º 1% 0.99% -
XYZ 40.24 20.73 2.37 -
YUV 77.17 93.49 252.7 -
System Red Green Blue C M Y K H S L
Decimal 252 0 16 0 1 0.94 0.01 356.19 1 0.49
Hex FC 0 10 0 64 5E 1 164 64 31
Octal 374 0 20 0 144 136 1 544 144 61
Binary 11111100 0 10000 0 1100100 1011110 1 101100100 1100100 110001

Color Harmonies of #FC0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0010

Black with #FC0010

Text Example


Text Example

White with #FC0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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