Html Css Color HEX #FC142B Torch Red

📋 copy color: '#FC142B'

red 252 ◦ green 20 ◦ blue 43

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

Shades of Torch Red #FC142B

Tints of Torch Red #FC142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 80%
G = 6.35%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC142B (or 0xFC142B) is known color: Torch Red. HEX triplet: FC, 14 and 2B. RGB value is (252,20,43). Sum of RGB (Red+Green+Blue) = 252+20+43=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC142B is #03EBD4. Grayscale: #5C5C5C. Windows color (decimal): -256981 or 2823420. OLE color: 2823420.

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

Color convert

RGB 252 20 43 -
CMYK 0 0.92 0.83 0.01
HSL 354.05º 0.97% 0.53% -
HSV(B) 354.05º 0.92% 0.99% -
XYZ 40.83 21.37 4.26 -
YUV 91.99 100.36 242.13 -
System Red Green Blue C M Y K H S L
Decimal 252 20 43 0 0.92 0.83 0.01 354.05 0.97 0.53
Hex FC 14 2B 0 5C 53 1 162 61 35
Octal 374 24 53 0 134 123 1 542 141 65
Binary 11111100 10100 101011 0 1011100 1010011 1 101100010 1100001 110101

Color Harmonies of #FC142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC142B

Black with #FC142B

Text Example


Text Example

White with #FC142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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