Html Css Color HEX #FC2142 Torch Red

📋 copy color: '#FC2142'

red 252 ◦ green 33 ◦ blue 66

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

Shades of Torch Red #FC2142

Tints of Torch Red #FC2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 71.79%
G = 9.4%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC2142 (or 0xFC2142) is known color: Torch Red. HEX triplet: FC, 21 and 42. RGB value is (252,33,66). Sum of RGB (Red+Green+Blue) = 252+33+66=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2142 is #03DEBD. Grayscale: #666666. Windows color (decimal): -253630 or 4334076. OLE color: 4334076.

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

Color convert

RGB 252 33 66 -
CMYK 0 0.87 0.74 0.01
HSL 350.96º 0.97% 0.56% -
HSV(B) 350.96º 0.87% 0.99% -
XYZ 41.67 22.18 7.24 -
YUV 102.24 107.55 234.82 -
System Red Green Blue C M Y K H S L
Decimal 252 33 66 0 0.87 0.74 0.01 350.96 0.97 0.56
Hex FC 21 42 0 57 4A 1 15F 61 38
Octal 374 41 102 0 127 112 1 537 141 70
Binary 11111100 100001 1000010 0 1010111 1001010 1 101011111 1100001 111000

Color Harmonies of #FC2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2142

Black with #FC2142

Text Example


Text Example

White with #FC2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2142; }

 p { color: rgb(252,33,66); }

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

background-color css

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

 a { background-color: rgb(252,33,66); }

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

border-color css

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

 span { border-color: rgb(252,33,66); }

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