Html Css Color HEX #FC000C Torch Red

📋 copy color: '#FC000C'

red 252 ◦ green 0 ◦ blue 12

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

Shades of Torch Red #FC000C

Tints of Torch Red #FC000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 95.45%
G = 0%
B = 4.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC000C (or 0xFC000C) is known color: Torch Red. HEX triplet: FC, 00 and 0C. RGB value is (252,0,12). Sum of RGB (Red+Green+Blue) = 252+0+12=264 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.45% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000C is #03FFF3. Grayscale: #4C4C4C. Windows color (decimal): -262132 or 786684. OLE color: 786684.

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

Color convert

RGB 252 0 12 -
CMYK 0 1 0.95 0.01
HSL 357.14º 1% 0.49% -
HSV(B) 357.14º 1% 0.99% -
XYZ 40.21 20.72 2.23 -
YUV 76.72 91.49 253.02 -
System Red Green Blue C M Y K H S L
Decimal 252 0 12 0 1 0.95 0.01 357.14 1 0.49
Hex FC 0 C 0 64 5F 1 165 64 31
Octal 374 0 14 0 144 137 1 545 144 61
Binary 11111100 0 1100 0 1100100 1011111 1 101100101 1100100 110001

Color Harmonies of #FC000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC000C

Black with #FC000C

Text Example


Text Example

White with #FC000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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