Html Css Color HEX #FC0513 Torch Red

📋 copy color: '#FC0513'

red 252 ◦ green 5 ◦ blue 19

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

Shades of Torch Red #FC0513

Tints of Torch Red #FC0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 91.3%
G = 1.81%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC0513 (or 0xFC0513) is known color: Torch Red. HEX triplet: FC, 05 and 13. RGB value is (252,5,19). Sum of RGB (Red+Green+Blue) = 252+5+19=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0513 is #03FAEC. Grayscale: #505050. Windows color (decimal): -260845 or 1246716. OLE color: 1246716.

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

Color convert

RGB 252 5 19 -
CMYK 0 0.98 0.92 0.01
HSL 356.6º 0.98% 0.5% -
HSV(B) 356.6º 0.98% 0.99% -
XYZ 40.32 20.85 2.52 -
YUV 80.45 93.33 250.36 -
System Red Green Blue C M Y K H S L
Decimal 252 5 19 0 0.98 0.92 0.01 356.6 0.98 0.5
Hex FC 5 13 0 62 5C 1 165 62 32
Octal 374 5 23 0 142 134 1 545 142 62
Binary 11111100 101 10011 0 1100010 1011100 1 101100101 1100010 110010

Color Harmonies of #FC0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0513

Black with #FC0513

Text Example


Text Example

White with #FC0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0513; }

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

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

background-color css

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

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

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

border-color css

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

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

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