Html Css Color HEX #FC0510 Torch Red

📋 copy color: '#FC0510'

red 252 ◦ green 5 ◦ blue 16

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

Shades of Torch Red #FC0510

Tints of Torch Red #FC0510

RGB

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

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

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

R = 92.31%
G = 1.83%
B = 5.86%

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

#FC0510 (or 0xFC0510) is known color: Torch Red. HEX triplet: FC, 05 and 10. RGB value is (252,5,16). Sum of RGB (Red+Green+Blue) = 252+5+16=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0510 is #03FAEF. Grayscale: #505050. Windows color (decimal): -260848 or 1050108. OLE color: 1050108.

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

Color convert

RGB 252 5 16 -
CMYK 0 0.98 0.94 0.01
HSL 357.33º 0.98% 0.5% -
HSV(B) 357.33º 0.98% 0.99% -
XYZ 40.29 20.84 2.39 -
YUV 80.11 91.83 250.61 -
System Red Green Blue C M Y K H S L
Decimal 252 5 16 0 0.98 0.94 0.01 357.33 0.98 0.5
Hex FC 5 10 0 62 5E 1 165 62 32
Octal 374 5 20 0 142 136 1 545 142 62
Binary 11111100 101 10000 0 1100010 1011110 1 101100101 1100010 110010

Color Harmonies of #FC0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0510

Black with #FC0510

Text Example


Text Example

White with #FC0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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