Html Css Color HEX #FC142F Torch Red

📋 copy color: '#FC142F'

red 252 ◦ green 20 ◦ blue 47

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

Shades of Torch Red #FC142F

Tints of Torch Red #FC142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 79%
G = 6.27%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC142F (or 0xFC142F) is known color: Torch Red. HEX triplet: FC, 14 and 2F. RGB value is (252,20,47). Sum of RGB (Red+Green+Blue) = 252+20+47=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC142F is #03EBD0. Grayscale: #5C5C5C. Windows color (decimal): -256977 or 3085564. OLE color: 3085564.

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

Color convert

RGB 252 20 47 -
CMYK 0 0.92 0.81 0.01
HSL 353.02º 0.97% 0.53% -
HSV(B) 353.02º 0.92% 0.99% -
XYZ 40.91 21.4 4.66 -
YUV 92.45 102.36 241.8 -
System Red Green Blue C M Y K H S L
Decimal 252 20 47 0 0.92 0.81 0.01 353.02 0.97 0.53
Hex FC 14 2F 0 5C 51 1 161 61 35
Octal 374 24 57 0 134 121 1 541 141 65
Binary 11111100 10100 101111 0 1011100 1010001 1 101100001 1100001 110101

Color Harmonies of #FC142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC142F

Black with #FC142F

Text Example


Text Example

White with #FC142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC142F; }

 p { color: rgb(252,20,47); }

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

background-color css

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

 a { background-color: rgb(252,20,47); }

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

border-color css

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

 span { border-color: rgb(252,20,47); }

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