Html Css Color HEX #FC000E Torch Red

📋 copy color: '#FC000E'

red 252 ◦ green 0 ◦ blue 14

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

Shades of Torch Red #FC000E

Tints of Torch Red #FC000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 94.74%
G = 0%
B = 5.26%

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

#FC000E (or 0xFC000E) is known color: Torch Red. HEX triplet: FC, 00 and 0E. RGB value is (252,0,14). Sum of RGB (Red+Green+Blue) = 252+0+14=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000E is #03FFF1. Grayscale: #4D4D4D. Windows color (decimal): -262130 or 917756. OLE color: 917756.

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

Color convert

RGB 252 0 14 -
CMYK 0 1 0.94 0.01
HSL 356.67º 1% 0.49% -
HSV(B) 356.67º 1% 0.99% -
XYZ 40.22 20.73 2.3 -
YUV 76.94 92.49 252.86 -
System Red Green Blue C M Y K H S L
Decimal 252 0 14 0 1 0.94 0.01 356.67 1 0.49
Hex FC 0 E 0 64 5E 1 165 64 31
Octal 374 0 16 0 144 136 1 545 144 61
Binary 11111100 0 1110 0 1100100 1011110 1 101100101 1100100 110001

Color Harmonies of #FC000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC000E

Black with #FC000E

Text Example


Text Example

White with #FC000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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