Html Css Color HEX #FC0004 Torch Red

📋 copy color: '#FC0004'

red 252 ◦ green 0 ◦ blue 4

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

Shades of Torch Red #FC0004

Tints of Torch Red #FC0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 98.44%
G = 0%
B = 1.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0004 (or 0xFC0004) is known color: Torch Red. HEX triplet: FC, 00 and 04. RGB value is (252,0,4). Sum of RGB (Red+Green+Blue) = 252+0+4=256 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.44% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0004 is #03FFFB. Grayscale: #4C4C4C. Windows color (decimal): -262140 or 262396. OLE color: 262396.

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

Color convert

RGB 252 0 4 -
CMYK 0 1 0.98 0.01
HSL 359.05º 1% 0.49% -
HSV(B) 359.05º 1% 0.99% -
XYZ 40.17 20.7 1.99 -
YUV 75.8 87.49 253.67 -
System Red Green Blue C M Y K H S L
Decimal 252 0 4 0 1 0.98 0.01 359.05 1 0.49
Hex FC 0 4 0 64 62 1 167 64 31
Octal 374 0 4 0 144 142 1 547 144 61
Binary 11111100 0 100 0 1100100 1100010 1 101100111 1100100 110001

Color Harmonies of #FC0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0004

Black with #FC0004

Text Example


Text Example

White with #FC0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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