Html Css Color HEX #FC121F Torch Red

📋 copy color: '#FC121F'

red 252 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #FC121F

Tints of Torch Red #FC121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 83.72%
G = 5.98%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC121F (or 0xFC121F) is known color: Torch Red. HEX triplet: FC, 12 and 1F. RGB value is (252,18,31). Sum of RGB (Red+Green+Blue) = 252+18+31=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC121F is #03EDE0. Grayscale: #595959. Windows color (decimal): -257505 or 2036476. OLE color: 2036476.

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

Color convert

RGB 252 18 31 -
CMYK 0 0.93 0.88 0.01
HSL 356.67º 0.98% 0.53% -
HSV(B) 356.67º 0.93% 0.99% -
XYZ 40.61 21.23 3.25 -
YUV 89.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 252 18 31 0 0.93 0.88 0.01 356.67 0.98 0.53
Hex FC 12 1F 0 5D 58 1 165 62 35
Octal 374 22 37 0 135 130 1 545 142 65
Binary 11111100 10010 11111 0 1011101 1011000 1 101100101 1100010 110101

Color Harmonies of #FC121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC121F

Black with #FC121F

Text Example


Text Example

White with #FC121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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