Html Css Color HEX #FC0410 Torch Red

📋 copy color: '#FC0410'

red 252 ◦ green 4 ◦ blue 16

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

Shades of Torch Red #FC0410

Tints of Torch Red #FC0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 92.65%
G = 1.47%
B = 5.88%

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

#FC0410 (or 0xFC0410) is known color: Torch Red. HEX triplet: FC, 04 and 10. RGB value is (252,4,16). Sum of RGB (Red+Green+Blue) = 252+4+16=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0410 is #03FBEF. Grayscale: #4F4F4F. Windows color (decimal): -261104 or 1049852. OLE color: 1049852.

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

Color convert

RGB 252 4 16 -
CMYK 0 0.98 0.94 0.01
HSL 357.1º 0.98% 0.5% -
HSV(B) 357.1º 0.98% 0.99% -
XYZ 40.28 20.82 2.39 -
YUV 79.52 92.16 251.02 -
System Red Green Blue C M Y K H S L
Decimal 252 4 16 0 0.98 0.94 0.01 357.1 0.98 0.5
Hex FC 4 10 0 62 5E 1 165 62 32
Octal 374 4 20 0 142 136 1 545 142 62
Binary 11111100 100 10000 0 1100010 1011110 1 101100101 1100010 110010

Color Harmonies of #FC0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0410

Black with #FC0410

Text Example


Text Example

White with #FC0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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