Html Css Color HEX #FC123A Torch Red

📋 copy color: '#FC123A'

red 252 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #FC123A

Tints of Torch Red #FC123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 76.83%
G = 5.49%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC123A (or 0xFC123A) is known color: Torch Red. HEX triplet: FC, 12 and 3A. RGB value is (252,18,58). Sum of RGB (Red+Green+Blue) = 252+18+58=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC123A is #03EDC5. Grayscale: #5C5C5C. Windows color (decimal): -257478 or 3805948. OLE color: 3805948.

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

Color convert

RGB 252 18 58 -
CMYK 0 0.93 0.77 0.01
HSL 349.74º 0.98% 0.53% -
HSV(B) 349.74º 0.93% 0.99% -
XYZ 41.12 21.43 5.97 -
YUV 92.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 252 18 58 0 0.93 0.77 0.01 349.74 0.98 0.53
Hex FC 12 3A 0 5D 4D 1 15E 62 35
Octal 374 22 72 0 135 115 1 536 142 65
Binary 11111100 10010 111010 0 1011101 1001101 1 101011110 1100010 110101

Color Harmonies of #FC123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC123A

Black with #FC123A

Text Example


Text Example

White with #FC123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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