Html Css Color HEX #FC0013 Torch Red

📋 copy color: '#FC0013'

red 252 ◦ green 0 ◦ blue 19

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

Shades of Torch Red #FC0013

Tints of Torch Red #FC0013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 92.99%
G = 0%
B = 7.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC0013 (or 0xFC0013) is known color: Torch Red. HEX triplet: FC, 00 and 13. RGB value is (252,0,19). Sum of RGB (Red+Green+Blue) = 252+0+19=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0013 is #03FFEC. Grayscale: #4D4D4D. Windows color (decimal): -262125 or 1245436. OLE color: 1245436.

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

Color convert

RGB 252 0 19 -
CMYK 0 1 0.92 0.01
HSL 355.48º 1% 0.49% -
HSV(B) 355.48º 1% 0.99% -
XYZ 40.26 20.74 2.5 -
YUV 77.51 94.99 252.46 -
System Red Green Blue C M Y K H S L
Decimal 252 0 19 0 1 0.92 0.01 355.48 1 0.49
Hex FC 0 13 0 64 5C 1 163 64 31
Octal 374 0 23 0 144 134 1 543 144 61
Binary 11111100 0 10011 0 1100100 1011100 1 101100011 1100100 110001

Color Harmonies of #FC0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0013

Black with #FC0013

Text Example


Text Example

White with #FC0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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