Html Css Color HEX #FC0610 Torch Red

📋 copy color: '#FC0610'

red 252 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #FC0610

Tints of Torch Red #FC0610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 91.97%
G = 2.19%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC0610 (or 0xFC0610) is known color: Torch Red. HEX triplet: FC, 06 and 10. RGB value is (252,6,16). Sum of RGB (Red+Green+Blue) = 252+6+16=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0610 is #03F9EF. Grayscale: #505050. Windows color (decimal): -260592 or 1050364. OLE color: 1050364.

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

Color convert

RGB 252 6 16 -
CMYK 0 0.98 0.94 0.01
HSL 357.56º 0.98% 0.51% -
HSV(B) 357.56º 0.98% 0.99% -
XYZ 40.3 20.86 2.39 -
YUV 80.69 91.5 250.19 -
System Red Green Blue C M Y K H S L
Decimal 252 6 16 0 0.98 0.94 0.01 357.56 0.98 0.51
Hex FC 6 10 0 62 5E 1 166 62 33
Octal 374 6 20 0 142 136 1 546 142 63
Binary 11111100 110 10000 0 1100010 1011110 1 101100110 1100010 110011

Color Harmonies of #FC0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0610

Black with #FC0610

Text Example


Text Example

White with #FC0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0610; }

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

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

background-color css

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

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

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

border-color css

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

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

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