Html Css Color HEX #FC122A Torch Red

📋 copy color: '#FC122A'

red 252 ◦ green 18 ◦ blue 42

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

Shades of Torch Red #FC122A

Tints of Torch Red #FC122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 80.77%
G = 5.77%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC122A (or 0xFC122A) is known color: Torch Red. HEX triplet: FC, 12 and 2A. RGB value is (252,18,42). Sum of RGB (Red+Green+Blue) = 252+18+42=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC122A is #03EDD5. Grayscale: #5A5A5A. Windows color (decimal): -257494 or 2757372. OLE color: 2757372.

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

Color convert

RGB 252 18 42 -
CMYK 0 0.93 0.83 0.01
HSL 353.85º 0.98% 0.53% -
HSV(B) 353.85º 0.93% 0.99% -
XYZ 40.78 21.3 4.15 -
YUV 90.7 100.52 243.05 -
System Red Green Blue C M Y K H S L
Decimal 252 18 42 0 0.93 0.83 0.01 353.85 0.98 0.53
Hex FC 12 2A 0 5D 53 1 162 62 35
Octal 374 22 52 0 135 123 1 542 142 65
Binary 11111100 10010 101010 0 1011101 1010011 1 101100010 1100010 110101

Color Harmonies of #FC122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC122A

Black with #FC122A

Text Example


Text Example

White with #FC122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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