Html Css Color HEX #FC143E Torch Red

📋 copy color: '#FC143E'

red 252 ◦ green 20 ◦ blue 62

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

Shades of Torch Red #FC143E

Tints of Torch Red #FC143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 75.45%
G = 5.99%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC143E (or 0xFC143E) is known color: Torch Red. HEX triplet: FC, 14 and 3E. RGB value is (252,20,62). Sum of RGB (Red+Green+Blue) = 252+20+62=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC143E is #03EBC1. Grayscale: #5E5E5E. Windows color (decimal): -256962 or 4068604. OLE color: 4068604.

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

Color convert

RGB 252 20 62 -
CMYK 0 0.92 0.75 0.01
HSL 349.14º 0.97% 0.53% -
HSV(B) 349.14º 0.92% 0.99% -
XYZ 41.26 21.54 6.54 -
YUV 94.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 252 20 62 0 0.92 0.75 0.01 349.14 0.97 0.53
Hex FC 14 3E 0 5C 4B 1 15D 61 35
Octal 374 24 76 0 134 113 1 535 141 65
Binary 11111100 10100 111110 0 1011100 1001011 1 101011101 1100001 110101

Color Harmonies of #FC143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC143E

Black with #FC143E

Text Example


Text Example

White with #FC143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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