Html Css Color HEX #FC0204 Torch Red

📋 copy color: '#FC0204'

red 252 ◦ green 2 ◦ blue 4

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

Shades of Torch Red #FC0204

Tints of Torch Red #FC0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 97.67%
G = 0.78%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0204 (or 0xFC0204) is known color: Torch Red. HEX triplet: FC, 02 and 04. RGB value is (252,2,4). Sum of RGB (Red+Green+Blue) = 252+2+4=258 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.67% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0204 is #03FDFB. Grayscale: #4D4D4D. Windows color (decimal): -261628 or 262908. OLE color: 262908.

HSL color Cylindrical-coordinate representation of color #FC0204: hue angle of 359.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 2 4 -
CMYK 0 0.99 0.98 0.01
HSL 359.52º 0.98% 0.5% -
HSV(B) 359.52º 0.99% 0.99% -
XYZ 40.19 20.75 2 -
YUV 76.98 86.83 252.84 -
System Red Green Blue C M Y K H S L
Decimal 252 2 4 0 0.99 0.98 0.01 359.52 0.98 0.5
Hex FC 2 4 0 63 62 1 168 62 32
Octal 374 2 4 0 143 142 1 550 142 62
Binary 11111100 10 100 0 1100011 1100010 1 101101000 1100010 110010

Color Harmonies of #FC0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0204

Black with #FC0204

Text Example


Text Example

White with #FC0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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