Html Css Color HEX #FC1343 Torch Red

📋 copy color: '#FC1343'

red 252 ◦ green 19 ◦ blue 67

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

Shades of Torch Red #FC1343

Tints of Torch Red #FC1343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 74.56%
G = 5.62%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1343 (or 0xFC1343) is known color: Torch Red. HEX triplet: FC, 13 and 43. RGB value is (252,19,67). Sum of RGB (Red+Green+Blue) = 252+19+67=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1343 is #03ECBC. Grayscale: #5E5E5E. Windows color (decimal): -257213 or 4396028. OLE color: 4396028.

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

Color convert

RGB 252 19 67 -
CMYK 0 0.92 0.73 0.01
HSL 347.64º 0.97% 0.53% -
HSV(B) 347.64º 0.92% 0.99% -
XYZ 41.39 21.57 7.29 -
YUV 94.14 112.69 240.6 -
System Red Green Blue C M Y K H S L
Decimal 252 19 67 0 0.92 0.73 0.01 347.64 0.97 0.53
Hex FC 13 43 0 5C 49 1 15C 61 35
Octal 374 23 103 0 134 111 1 534 141 65
Binary 11111100 10011 1000011 0 1011100 1001001 1 101011100 1100001 110101

Color Harmonies of #FC1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1343

Black with #FC1343

Text Example


Text Example

White with #FC1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1343; }

 p { color: rgb(252,19,67); }

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

background-color css

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

 a { background-color: rgb(252,19,67); }

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

border-color css

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

 span { border-color: rgb(252,19,67); }

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