Html Css Color HEX #FC0713 Torch Red

📋 copy color: '#FC0713'

red 252 ◦ green 7 ◦ blue 19

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

Shades of Torch Red #FC0713

Tints of Torch Red #FC0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 90.65%
G = 2.52%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC0713 (or 0xFC0713) is known color: Torch Red. HEX triplet: FC, 07 and 13. RGB value is (252,7,19). Sum of RGB (Red+Green+Blue) = 252+7+19=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0713 is #03F8EC. Grayscale: #515151. Windows color (decimal): -260333 or 1247228. OLE color: 1247228.

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

Color convert

RGB 252 7 19 -
CMYK 0 0.97 0.92 0.01
HSL 357.06º 0.98% 0.51% -
HSV(B) 357.06º 0.97% 0.99% -
XYZ 40.34 20.89 2.52 -
YUV 81.62 92.67 249.52 -
System Red Green Blue C M Y K H S L
Decimal 252 7 19 0 0.97 0.92 0.01 357.06 0.98 0.51
Hex FC 7 13 0 61 5C 1 165 62 33
Octal 374 7 23 0 141 134 1 545 142 63
Binary 11111100 111 10011 0 1100001 1011100 1 101100101 1100010 110011

Color Harmonies of #FC0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0713

Black with #FC0713

Text Example


Text Example

White with #FC0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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