Html Css Color HEX #FC0003 Torch Red

📋 copy color: '#FC0003'

red 252 ◦ green 0 ◦ blue 3

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

Shades of Torch Red #FC0003

Tints of Torch Red #FC0003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 98.82%
G = 0%
B = 1.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC0003 (or 0xFC0003) is known color: Torch Red. HEX triplet: FC, 00 and 03. RGB value is (252,0,3). Sum of RGB (Red+Green+Blue) = 252+0+3=255 (33% of max value = 765). Red value is 252 (98.83% from 255 or 98.82% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0003 is #03FFFC. Grayscale: #4B4B4B. Windows color (decimal): -262141 or 196860. OLE color: 196860.

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

Color convert

RGB 252 0 3 -
CMYK 0 1 0.99 0.01
HSL 359.29º 1% 0.49% -
HSV(B) 359.29º 1% 0.99% -
XYZ 40.16 20.7 1.97 -
YUV 75.69 86.99 253.76 -
System Red Green Blue C M Y K H S L
Decimal 252 0 3 0 1 0.99 0.01 359.29 1 0.49
Hex FC 0 3 0 64 63 1 167 64 31
Octal 374 0 3 0 144 143 1 547 144 61
Binary 11111100 0 11 0 1100100 1100011 1 101100111 1100100 110001

Color Harmonies of #FC0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0003

Black with #FC0003

Text Example


Text Example

White with #FC0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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