Html Css Color HEX #FC0613 Torch Red

📋 copy color: '#FC0613'

red 252 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #FC0613

Tints of Torch Red #FC0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 90.97%
G = 2.17%
B = 6.86%

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

#FC0613 (or 0xFC0613) is known color: Torch Red. HEX triplet: FC, 06 and 13. RGB value is (252,6,19). Sum of RGB (Red+Green+Blue) = 252+6+19=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0613 is #03F9EC. Grayscale: #515151. Windows color (decimal): -260589 or 1246972. OLE color: 1246972.

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

Color convert

RGB 252 6 19 -
CMYK 0 0.98 0.92 0.01
HSL 356.83º 0.98% 0.51% -
HSV(B) 356.83º 0.98% 0.99% -
XYZ 40.33 20.87 2.52 -
YUV 81.04 93 249.94 -
System Red Green Blue C M Y K H S L
Decimal 252 6 19 0 0.98 0.92 0.01 356.83 0.98 0.51
Hex FC 6 13 0 62 5C 1 165 62 33
Octal 374 6 23 0 142 134 1 545 142 63
Binary 11111100 110 10011 0 1100010 1011100 1 101100101 1100010 110011

Color Harmonies of #FC0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0613

Black with #FC0613

Text Example


Text Example

White with #FC0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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