Html Css Color HEX #FC0614 Torch Red

📋 copy color: '#FC0614'

red 252 ◦ green 6 ◦ blue 20

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

Shades of Torch Red #FC0614

Tints of Torch Red #FC0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 90.65%
G = 2.16%
B = 7.19%

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

#FC0614 (or 0xFC0614) is known color: Torch Red. HEX triplet: FC, 06 and 14. RGB value is (252,6,20). Sum of RGB (Red+Green+Blue) = 252+6+20=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0614 is #03F9EB. Grayscale: #515151. Windows color (decimal): -260588 or 1312508. OLE color: 1312508.

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

Color convert

RGB 252 6 20 -
CMYK 0 0.98 0.92 0.01
HSL 356.59º 0.98% 0.51% -
HSV(B) 356.59º 0.98% 0.99% -
XYZ 40.34 20.88 2.57 -
YUV 81.15 93.5 249.86 -
System Red Green Blue C M Y K H S L
Decimal 252 6 20 0 0.98 0.92 0.01 356.59 0.98 0.51
Hex FC 6 14 0 62 5C 1 165 62 33
Octal 374 6 24 0 142 134 1 545 142 63
Binary 11111100 110 10100 0 1100010 1011100 1 101100101 1100010 110011

Color Harmonies of #FC0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0614

Black with #FC0614

Text Example


Text Example

White with #FC0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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