Html Css Color HEX #FC122D Torch Red

📋 copy color: '#FC122D'

red 252 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #FC122D

Tints of Torch Red #FC122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 80%
G = 5.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC122D (or 0xFC122D) is known color: Torch Red. HEX triplet: FC, 12 and 2D. RGB value is (252,18,45). Sum of RGB (Red+Green+Blue) = 252+18+45=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC122D is #03EDD2. Grayscale: #5B5B5B. Windows color (decimal): -257491 or 2953980. OLE color: 2953980.

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

Color convert

RGB 252 18 45 -
CMYK 0 0.93 0.82 0.01
HSL 353.08º 0.98% 0.53% -
HSV(B) 353.08º 0.93% 0.99% -
XYZ 40.83 21.32 4.45 -
YUV 91.04 102.02 242.8 -
System Red Green Blue C M Y K H S L
Decimal 252 18 45 0 0.93 0.82 0.01 353.08 0.98 0.53
Hex FC 12 2D 0 5D 52 1 161 62 35
Octal 374 22 55 0 135 122 1 541 142 65
Binary 11111100 10010 101101 0 1011101 1010010 1 101100001 1100010 110101

Color Harmonies of #FC122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC122D

Black with #FC122D

Text Example


Text Example

White with #FC122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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