Html Css Color HEX #FC103C Torch Red

📋 copy color: '#FC103C'

red 252 ◦ green 16 ◦ blue 60

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

Shades of Torch Red #FC103C

Tints of Torch Red #FC103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 76.83%
G = 4.88%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC103C (or 0xFC103C) is known color: Torch Red. HEX triplet: FC, 10 and 3C. RGB value is (252,16,60). Sum of RGB (Red+Green+Blue) = 252+16+60=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC103C is #03EFC3. Grayscale: #5B5B5B. Windows color (decimal): -257988 or 3936508. OLE color: 3936508.

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

Color convert

RGB 252 16 60 -
CMYK 0 0.94 0.76 0.01
HSL 348.81º 0.98% 0.53% -
HSV(B) 348.81º 0.94% 0.99% -
XYZ 41.15 21.39 6.24 -
YUV 91.58 110.19 242.42 -
System Red Green Blue C M Y K H S L
Decimal 252 16 60 0 0.94 0.76 0.01 348.81 0.98 0.53
Hex FC 10 3C 0 5E 4C 1 15D 62 35
Octal 374 20 74 0 136 114 1 535 142 65
Binary 11111100 10000 111100 0 1011110 1001100 1 101011101 1100010 110101

Color Harmonies of #FC103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC103C

Black with #FC103C

Text Example


Text Example

White with #FC103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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