Html Css Color HEX #FC123C Torch Red

📋 copy color: '#FC123C'

red 252 ◦ green 18 ◦ blue 60

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

Shades of Torch Red #FC123C

Tints of Torch Red #FC123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

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

R = 76.36%
G = 5.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC123C (or 0xFC123C) is known color: Torch Red. HEX triplet: FC, 12 and 3C. RGB value is (252,18,60). Sum of RGB (Red+Green+Blue) = 252+18+60=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC123C is #03EDC3. Grayscale: #5C5C5C. Windows color (decimal): -257476 or 3937020. OLE color: 3937020.

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

Color convert

RGB 252 18 60 -
CMYK 0 0.93 0.76 0.01
HSL 349.23º 0.98% 0.53% -
HSV(B) 349.23º 0.93% 0.99% -
XYZ 41.18 21.45 6.25 -
YUV 92.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 252 18 60 0 0.93 0.76 0.01 349.23 0.98 0.53
Hex FC 12 3C 0 5D 4C 1 15D 62 35
Octal 374 22 74 0 135 114 1 535 142 65
Binary 11111100 10010 111100 0 1011101 1001100 1 101011101 1100010 110101

Color Harmonies of #FC123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC123C

Black with #FC123C

Text Example


Text Example

White with #FC123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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