Html Css Color HEX #FC0006 Torch Red

📋 copy color: '#FC0006'

red 252 ◦ green 0 ◦ blue 6

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

Shades of Torch Red #FC0006

Tints of Torch Red #FC0006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 97.67%
G = 0%
B = 2.33%

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

#FC0006 (or 0xFC0006) is known color: Torch Red. HEX triplet: FC, 00 and 06. RGB value is (252,0,6). Sum of RGB (Red+Green+Blue) = 252+0+6=258 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.67% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0006 is #03FFF9. Grayscale: #4C4C4C. Windows color (decimal): -262138 or 393468. OLE color: 393468.

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

Color convert

RGB 252 0 6 -
CMYK 0 1 0.98 0.01
HSL 358.57º 1% 0.49% -
HSV(B) 358.57º 1% 0.99% -
XYZ 40.18 20.71 2.05 -
YUV 76.03 88.49 253.51 -
System Red Green Blue C M Y K H S L
Decimal 252 0 6 0 1 0.98 0.01 358.57 1 0.49
Hex FC 0 6 0 64 62 1 167 64 31
Octal 374 0 6 0 144 142 1 547 144 61
Binary 11111100 0 110 0 1100100 1100010 1 101100111 1100100 110001

Color Harmonies of #FC0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0006

Black with #FC0006

Text Example


Text Example

White with #FC0006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0006; }

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

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

background-color css

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

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

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

border-color css

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

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

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